summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add rc2 ciphers to default providerShane Lontis2019-10-081-0/+1
* Deprecate NCONF_WIN32() functionRich Salz2019-10-061-1/+1
* Move MD5-SHA1 digest completely to the default providerRichard Levitte2019-10-041-37/+0
* Replumbing: make it possible for providers to specify multiple namesRichard Levitte2019-10-033-3/+9
* Add the provider function signatures for DigestSign*Matt Caswell2019-10-032-8/+47
* Add rc5 ciphers to default providerShane Lontis2019-10-031-0/+1
* Fix long name of some Microsoft objectsMichael Osipov2019-10-031-2/+2
* Adapt EVP_CIPHER_{param_to_asn1,asn1_to_param} for use with provider.Richard Levitte2019-10-012-2/+7
* Consistent naming for context gettable param queries .Pauli2019-09-272-6/+6
* Add legacy include guards to public header filesDr. Matthias St. Pierre2019-09-2897-0/+582
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-28151-322/+322
* Reorganize public header files (part 2)Dr. Matthias St. Pierre2019-09-281-0/+16
* Reorganize public header files (part 1)Dr. Matthias St. Pierre2019-09-2826-25/+25
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-0/+0
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-2836-0/+3224
* Add legacy include guard manually to opensslconf.h.inDr. Matthias St. Pierre2019-09-281-2/+6
* [KDF] Add KBKDF implementation for counter-mode HMACRobbie Harwood2019-09-271-0/+1
* 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