aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Add rc2 ciphers to default providerShane Lontis2019-10-082-0/+13
* Move cipher ctx 'original iv' parameter into the providerShane Lontis2019-10-082-15/+13
* EVP_{CIPHER,MD}_CTX_ctrl(): make sure to return 0 or 1Richard Levitte2019-10-062-2/+5
* Deprecate NCONF_WIN32() functionRich Salz2019-10-063-5/+15
* Move MD5-SHA1 digest completely to the default providerRichard Levitte2019-10-043-31/+9
* Remove unused fields in method store structure.Pauli2019-10-031-2/+0
* Move all SHA digests completely to the default providerRichard Levitte2019-10-044-566/+188
* Replumbing: make it possible for providers to specify multiple namesRichard Levitte2019-10-036-24/+123
* rsa: replace magic number '11' by RSA_PKCS1_PADDING_SIZEDr. Matthias St. Pierre2019-10-032-21/+21
* Don't follow legacy path if ctx->pctx is setMatt Caswell2019-10-031-3/+2
* Free a fetched digest during EVP_MD_CTX_reset() not EVP_MD_free()Matt Caswell2019-10-031-13/+6
* Don't call EVP_MD_CTX_reset during EVP_DigestFinalMatt Caswell2019-10-032-1/+20
* Update EVP_MD_CTX_get_params() et al to be EVP_DigestSign*() awareMatt Caswell2019-10-031-3/+49
* Ensure we look at EVP_MD_CTX_FLAG_KEEP_PKEY_CTX in non-legacy codeMatt Caswell2019-10-031-10/+11
* Add EVP_DigestSign/EVP_DigestVerify support for DSAMatt Caswell2019-10-031-0/+2
* Add the provider function signatures for DigestSign*Matt Caswell2019-10-034-25/+283
* Add rc5 ciphers to default providerShane Lontis2019-10-032-1/+15
* Fix long name of some Microsoft objectsMichael Osipov2019-10-032-6/+6
* Make EVP_CIPHER_is_a() work with legacy cipher implementations tooRichard Levitte2019-10-011-0/+7
* Adapt EVP_CIPHER_{param_to_asn1,asn1_to_param} for use with provider.Richard Levitte2019-10-011-37/+91
* Add defines for __NR_getrandom for all Linux architecturesKurt Roeckx2019-09-301-3/+49
* Fix a bundle of mischecks of return valuesPaul Yang2019-09-301-1/+1
* Make default values by ERR_get_error_all() and friends more consistentDr. David von Oheimb2019-09-301-16/+11
* Consistent naming for context gettable param queries .Pauli2019-09-275-8/+8
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-2832-79/+79
* Reorganize public header files (part 1)Dr. Matthias St. Pierre2019-09-287-7/+7
* Reorganize local header filesDr. Matthias St. Pierre2019-09-28421-399/+399
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-28285-3570/+338
* [KDF] Add KBKDF implementation for counter-mode HMACRobbie Harwood2019-09-271-0/+2
* OSSL_PARAM functions: change to allow the data field to be NULLRichard Levitte2019-09-271-1/+34
* Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLDr. David von Oheimb2019-09-2711-122/+1808
* When building of modules is disabled, build the legacy provider into libcryptoRichard Levitte2019-09-261-1/+6
* s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer2019-09-2517-76/+896
* s390x assembly pack: cleanse only sensitive fieldsPatrick Steuer2019-09-251-2/+2
* s390x assembly pack: fix OPENSSL_s390xcap z15 cpu maskPatrick Steuer2019-09-251-5/+5
* s390x assembly pack: fix msa3 stfle bit detectionPatrick Steuer2019-09-251-1/+1
* Make EVP_MD_CTX_[gettable|settable]_params() take an EVP_MD_CTXMatt Caswell2019-09-251-6/+26
* Remove engine param macros from wrapper APIsPauli2019-09-252-8/+4
* Add rc4 cipher to default providerShane Lontis2019-09-251-1/+3
* fix for dsa key size feature request issue: pkey -text or -text_pub should sh...jayaram2019-09-241-0/+7
* Support printing out some otherName variantsDmitry Belyavskiy2019-09-244-8/+65
* Rework cipher / digest fetching for legacy nids with multiple name supportRichard Levitte2019-09-234-20/+81
* Add des ciphers to default providerShane Lontis2019-09-232-0/+10
* Configure: add missing dependency to fix parallel builds on WindowsDr. Matthias St. Pierre2019-09-211-0/+1
* Use the correct maximum indentKurt Roeckx2019-09-211-2/+2
* Add aes_wrap cipher to providersShane Lontis2019-09-202-2/+9
* Fix missing bn_mul_mont symbol in solaris fips moduleShane Lontis2019-09-201-6/+0
* Avoid ?: construct in XXXerr callsRich Salz2019-09-193-13/+14
* Modify providers that keep track of underlying algorithmsRichard Levitte2019-09-195-2/+21
* In provider implemented methods, save the name number, not the name stringRichard Levitte2019-09-1914-129/+282