aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add aes_ocb cipher to providersShane Lontis2019-09-191-0/+3
* Add sm4 ciphers to default providerShane Lontis2019-09-191-0/+5
* Add SEED ciphers to default providerShane Lontis2019-09-181-0/+4
* Add cast5 ciphers to default providerShane Lontis2019-09-181-0/+4
* Add IDEA ciphers to default providerShane Lontis2019-09-181-0/+4
* crypto/bn/build.info: Correct use of SSE2 definitionRichard Levitte2019-09-181-1/+1
* Fix building statically without any dso supportBernd Edlinger2019-09-161-1/+1
* Unify all assembler file generatorsRichard Levitte2019-09-16160-469/+663
* build.info: For all assembler generators, remove all argumentsRichard Levitte2019-09-1617-198/+172
* clearing the ecx private key memoryManishPatidar12019-09-161-1/+1
* Add blowfish ciphers to default providerShane Lontis2019-09-151-0/+4
* Add fips module integrity checkShane Lontis2019-09-152-4/+23
* Fix compile error detected by Solaris buildShane Lontis2019-09-151-6/+9
* fix CRMF symmetric key handlingAndreas Kretschmer2019-09-141-15/+24
* Add aes_xts cipher to providersShane Lontis2019-09-143-2/+7
* Fix S390X bad size_t that causes memory trash in legacy ciphersShane Lontis2019-09-141-4/+4
* ERR: Change get_error_values() to use an enumRich Salz2019-09-131-43/+40
* Fix potential memory leaks with BN_to_ASN1_INTEGERBernd Edlinger2019-09-132-8/+25
* Deprecate ERR_get_state()Richard Levitte2019-09-123-12/+22
* Deprecate the public definition of ERR_STATERichard Levitte2019-09-123-0/+12
* Modernise ERR_print_errors_cb()Richard Levitte2019-09-121-8/+14
* Modernise the ERR functionality further (new functions and deprecations)Richard Levitte2019-09-121-20/+85
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-1233-33/+33
* BIO_f_zlib: Properly handle BIO_CTRL_PENDING and BIO_CTRL_WPENDING calls.Tomas Mraz2019-09-121-0/+22
* Avoid passing NULL to memcpyMatt Caswell2019-09-121-10/+6
* Pass the correct ctx to provider KDF functionsMatt Caswell2019-09-121-1/+1
* crypto/threads_win.c: fix preprocessor indentationDr. Matthias St. Pierre2019-09-111-3/+3
* drbg: fix issue where DRBG_CTR fails if NO_DF is used (2nd attempt)Dr. Matthias St. Pierre2019-09-111-2/+4
* drbg: add fork id to additional data on UNIX systemsDr. Matthias St. Pierre2019-09-111-0/+3
* drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre2019-09-118-30/+38