summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make OSSL_PARAM descriptions uniformly formatted.Pauli2019-09-275-35/+48
* When building of modules is disabled, build the legacy provider into libcryptoRichard Levitte2019-09-266-15/+40
* Configure, build.info: make it possible to use variables in indexesRichard Levitte2019-09-261-8/+21
* Ensure man1 POD files start with openssl-Rich Salz2019-09-263-0/+8
* Missing else in cipher_hw_aes_ocb_generic_initkeyFangming.Fang2019-09-261-1/+1
* Use OSSL_PARAM types. Limits are explained in the description where appropri...Pauli2019-09-251-3/+4
* Use OSSL_PARAM types. Limits are explained in the description where appropri...Pauli2019-09-253-12/+15
* KDF section 3 clean upPauli2019-09-251-1/+1
* Use OSSL_PARAM types for MAC documentationPauli2019-09-257-14/+21
* Use OSSL_PARAM types for KDF documentationPauli2019-09-255-10/+10
* s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer2019-09-2520-76/+914
* 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-256-17/+49
* Remove the engine parameter from the provider MAC documentationsPauli2019-09-251-10/+0
* Remove the engine parameter from the individual MAC documentationPauli2019-09-253-6/+0
* Remove engine param from EVP_KDF and EVP_MAC documentationPauli2019-09-252-12/+4
* Remove engine param from the settable listPauli2019-09-253-3/+0
* Remove engine param macros from wrapper APIsPauli2019-09-252-8/+4
* Make the "engine" parameter to some provider algorithms (KDF/PRF) hidden.Pauli2019-09-252-6/+3
* Add rc4 cipher to default providerShane Lontis2019-09-2510-33/+228
* DOC: fix documentation of som EVP_MD_CTX functionsRichard Levitte2019-09-241-3/+3
* Fix bugs in "info" commands flagsRich Salz2019-09-242-14/+10
* 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-246-8/+83
* Add SSKDF test vectors from RFC 8636Simo Sorce2019-09-231-0/+20
* Update new TLS version options to s_time man pageraja-ashok2019-09-231-12/+10
* Add TLS version options to s_timeraja-ashok2019-09-231-2/+33
* Rework cipher / digest fetching for legacy nids with multiple name supportRichard Levitte2019-09-234-20/+81
* include/openssl/macros.h: better OPENSSL_FUNC fallbackRichard Levitte2019-09-231-4/+6
* Add des ciphers to default providerShane Lontis2019-09-2311-48/+465
* Note that the mac command is preferrable to the MAC command line options.Pauli2019-09-211-0/+16
* 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
* include/openssl/macros.h: Rework OPENSSL_FUNC for div C standardsRichard Levitte2019-09-201-8/+24
* Remove name string from PROV_CIPHER and PROV_DIGESTRichard Levitte2019-09-202-24/+0
* Refactor SSKDF to create the MAC contexts earlyRichard Levitte2019-09-201-53/+32
* Refactor TLS-PRF's kdf_tls1_prf_mkmacctx() to a provider utilityRichard Levitte2019-09-204-52/+127
* Add aes_wrap cipher to providersShane Lontis2019-09-207-4/+292
* Fix missing bn_mul_mont symbol in solaris fips moduleShane Lontis2019-09-201-6/+0
* Move gcm decryption tag check higher up in the callstackShane Lontis2019-09-202-3/+4
* Exit non-zero if find-doc-nits finds nitsRich Salz2019-09-202-99/+101
* Avoid ?: construct in XXXerr callsRich Salz2019-09-193-13/+14
* Add merge-err-lines scriptRich Salz2019-09-192-6/+31
* Deprecate XXXerr() macrosRich Salz2019-09-192-82/+91
* Add script convert XXerr to ERR_raiseRich Salz2019-09-191-0/+58
* Modify providers that keep track of underlying algorithmsRichard Levitte2019-09-1912-13/+70
* In provider implemented methods, save the name number, not the name stringRichard Levitte2019-09-1918-160/+333
* Fix Solaris compile errors in provider ciphersShane Lontis2019-09-192-3/+3