aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-10-08Add rc2 ciphers to default providerShane Lontis1-0/+1
2019-10-06Deprecate NCONF_WIN32() functionRich Salz1-1/+1
2019-10-04Move MD5-SHA1 digest completely to the default providerRichard Levitte1-37/+0
2019-10-03Replumbing: make it possible for providers to specify multiple namesRichard Levitte3-3/+9
2019-10-03Add the provider function signatures for DigestSign*Matt Caswell2-8/+47
2019-10-03Add rc5 ciphers to default providerShane Lontis1-0/+1
2019-10-03Fix long name of some Microsoft objectsMichael Osipov1-2/+2
2019-10-01Adapt EVP_CIPHER_{param_to_asn1,asn1_to_param} for use with provider.Richard Levitte2-2/+7
2019-09-27Consistent naming for context gettable param queries .Pauli2-6/+6
2019-09-28Add legacy include guards to public header filesDr. Matthias St. Pierre97-0/+582
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre151-322/+322
2019-09-28Reorganize public header files (part 2)Dr. Matthias St. Pierre1-0/+16
2019-09-28Reorganize public header files (part 1)Dr. Matthias St. Pierre26-25/+25
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-0/+0
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre36-0/+3224
2019-09-28Add legacy include guard manually to opensslconf.h.inDr. Matthias St. Pierre1-2/+6
2019-09-27[KDF] Add KBKDF implementation for counter-mode HMACRobbie Harwood1-0/+1
2019-09-27 Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLDr. David von Oheimb6-29/+221
2019-09-25s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer1-0/+6
2019-09-25Make EVP_MD_CTX_[gettable|settable]_params() take an EVP_MD_CTXMatt Caswell1-2/+4
2019-09-25Make the "engine" parameter to some provider algorithms (KDF/PRF) hidden.Pauli1-3/+0
2019-09-24Support printing out some otherName variantsDmitry Belyavskiy1-0/+15
2019-09-23include/openssl/macros.h: better OPENSSL_FUNC fallbackRichard Levitte1-4/+6
2019-09-20include/openssl/macros.h: Rework OPENSSL_FUNC for div C standardsRichard Levitte1-8/+24
2019-09-20Refactor TLS-PRF's kdf_tls1_prf_mkmacctx() to a provider utilityRichard Levitte1-2/+3
2019-09-19Deprecate XXXerr() macrosRich Salz1-41/+42
2019-09-19Modify providers that keep track of underlying algorithmsRichard Levitte1-0/+2
2019-09-19In provider implemented methods, save the name number, not the name stringRichard Levitte2-4/+3
2019-09-18Fix Compiler error/warning for windows icl buildShane Lontis1-0/+15
2019-09-15Add fips module integrity checkShane Lontis1-3/+3
2019-09-12Deprecate ERR_get_state()Richard Levitte1-1/+1
2019-09-12Deprecate the public definition of ERR_STATERichard Levitte2-5/+9
2019-09-12Modernise the ERR functionality further (new functions and deprecations)Richard Levitte1-7/+40
2019-09-12include/openssl/err.h: Depend on OPENSSL_NO_FILENAMES, not OPENSSL_NO_ERRRichard Levitte1-13/+3
2019-09-12include/openssl/macros.h: Remove the PEDANTIC OPENSSL_FUNC definitionRichard Levitte1-2/+2
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte1-1/+1
2019-09-11drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre1-0/+1
2019-09-11Add EVP_CIPHER_CTX_tag_length()Shane Lontis2-1/+3
2019-09-11Add macros for the KDF algorithm names.Pauli1-0/+10
2019-09-09Use simple names in core_names.hMatt Caswell1-8/+8
2019-09-09Revise EVP_PKEY param handlingMatt Caswell2-10/+22
2019-09-09Add support for verify/verify_recover functions to EVP_SIGNATUREMatt Caswell2-3/+23
2019-09-09Implement DSA in the default providerMatt Caswell3-8/+18
2019-09-09Add the ability to perform signatures in a providerMatt Caswell3-1/+28
2019-09-09Check the DH modulus bit lengthBernd Edlinger1-1/+3
2019-09-09Do no mention private headers in public headersRichard Levitte4-5/+3
2019-09-07Use common define for properties, engine, cipher and digest paramsPauli1-6/+17
2019-09-06Move OSSL_OP_KDF into its rightful place amongst the other OSSL_OP_ definitionsPauli1-1/+1
2019-09-06More KDF cleanupRichard Levitte1-10/+0
2019-09-06KDF error codes reworkedPauli2-3/+10