summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add legacy include guard manually to opensslconf.h.inDr. Matthias St. Pierre2019-09-281-2/+6
* Funtion name with variable part in doc/man7/ and doc/internal/man3/Richard Levitte2019-09-283-27/+44
* Make doc/man7/ and doc/internal/man3/ conform with man-pages(7)Richard Levitte2019-09-2831-226/+226
* [KDF] Add KBKDF implementation for counter-mode HMACRobbie Harwood2019-09-2710-1/+517
* OSSL_PARAM functions: change to allow the data field to be NULLRichard Levitte2019-09-272-4/+45
* OSSL_PARAM.pod: document the mechanism to figure out buffer sizesRichard Levitte2019-09-271-0/+5
* Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLDr. David von Oheimb2019-09-2738-287/+4512
* Reformat param description linesPauli2019-09-2723-126/+126
* 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