aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLDr. David von Oheimb2019-09-276-29/+221
* s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer2019-09-251-0/+6
* Make EVP_MD_CTX_[gettable|settable]_params() take an EVP_MD_CTXMatt Caswell2019-09-251-2/+4
* Make the "engine" parameter to some provider algorithms (KDF/PRF) hidden.Pauli2019-09-251-3/+0
* Support printing out some otherName variantsDmitry Belyavskiy2019-09-241-0/+15
* include/openssl/macros.h: better OPENSSL_FUNC fallbackRichard Levitte2019-09-231-4/+6
* include/openssl/macros.h: Rework OPENSSL_FUNC for div C standardsRichard Levitte2019-09-201-8/+24
* Refactor TLS-PRF's kdf_tls1_prf_mkmacctx() to a provider utilityRichard Levitte2019-09-201-2/+3
* Deprecate XXXerr() macrosRich Salz2019-09-191-41/+42
* Modify providers that keep track of underlying algorithmsRichard Levitte2019-09-191-0/+2
* In provider implemented methods, save the name number, not the name stringRichard Levitte2019-09-192-4/+3
* Fix Compiler error/warning for windows icl buildShane Lontis2019-09-181-0/+15
* Add fips module integrity checkShane Lontis2019-09-151-3/+3
* Deprecate ERR_get_state()Richard Levitte2019-09-121-1/+1
* Deprecate the public definition of ERR_STATERichard Levitte2019-09-122-5/+9
* Modernise the ERR functionality further (new functions and deprecations)Richard Levitte2019-09-121-7/+40
* include/openssl/err.h: Depend on OPENSSL_NO_FILENAMES, not OPENSSL_NO_ERRRichard Levitte2019-09-121-13/+3
* include/openssl/macros.h: Remove the PEDANTIC OPENSSL_FUNC definitionRichard Levitte2019-09-121-2/+2
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre2019-09-111-0/+1
* Add EVP_CIPHER_CTX_tag_length()Shane Lontis2019-09-112-1/+3
* Add macros for the KDF algorithm names.Pauli2019-09-111-0/+10
* Use simple names in core_names.hMatt Caswell2019-09-091-8/+8
* Revise EVP_PKEY param handlingMatt Caswell2019-09-092-10/+22
* Add support for verify/verify_recover functions to EVP_SIGNATUREMatt Caswell2019-09-092-3/+23
* Implement DSA in the default providerMatt Caswell2019-09-093-8/+18
* Add the ability to perform signatures in a providerMatt Caswell2019-09-093-1/+28
* Check the DH modulus bit lengthBernd Edlinger2019-09-091-1/+3
* Do no mention private headers in public headersRichard Levitte2019-09-094-5/+3
* Use common define for properties, engine, cipher and digest paramsPauli2019-09-071-6/+17
* Move OSSL_OP_KDF into its rightful place amongst the other OSSL_OP_ definitionsPauli2019-09-061-1/+1
* More KDF cleanupRichard Levitte2019-09-061-10/+0
* KDF error codes reworkedPauli2019-09-062-3/+10
* Cleanse KDF error filesPauli2019-09-062-118/+6
* KDF/PRF updates to libcryptoPauli2019-09-061-28/+37
* KDF provider conversion error updates - generatedPauli2019-09-062-0/+4
* KDF additons to names and numbersPauli2019-09-062-0/+55
* Remove old KDF initialisationPauli2019-09-061-2/+2
* Undeprecate OpenSSL_version_num and OPENSSL_VERSION_NUMBERViktor Dukhovni2019-09-052-14/+10
* Change provider params from int to size_tShane Lontis2019-09-052-26/+26
* New function EVP_CIPHER_free()Richard Levitte2019-09-041-1/+2
* New function EVP_MD_free()Richard Levitte2019-09-041-1/+2
* Refactor how KEYMGMT methods get associated with other methodsRichard Levitte2019-09-031-4/+1
* Add CPU info to the speed command summaryBernd Edlinger2019-09-021-0/+2
* Diverse ERR fixesRichard Levitte2019-09-021-12/+22
* Remove extern declarations of OPENSSL_ia32cap_PBernd Edlinger2019-09-011-0/+4
* Fix a documentation bug in ec.hMatt Caswell2019-08-291-2/+0
* Make sure we pre-initialise propertiesMatt Caswell2019-08-291-0/+3
* OPENSSL_info(): add the item OPENSSL_INFO_SEED_SOURCE and use itRichard Levitte2019-08-271-0/+1
* Cleanup ciphers and Add 3des ciphers.Shane Lontis2019-08-261-0/+1