summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2019-11-07Update source files for deprecation at 3.0Richard Levitte
2019-11-07Change the logic and behaviour surrounding '--api' and 'no-deprecated'Richard Levitte
2019-11-06Ensure EVP_get_digestbyname() and EVP_get_cipherbyname() know all aliasesMatt Caswell
2019-11-05EVP: Make the SIGNATURE implementation leanerRichard Levitte
2019-11-05EVP: Make the KEYEXCH implementation leanerRichard Levitte
2019-11-05s390x assembly pack: process x25519 and x448 non-canonical valuesPatrick Steuer
2019-11-03OSSL_STORE: add tracingRichard Levitte
2019-11-03X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URIRichard Levitte
2019-11-03OSSL_STORE: constify the criterion parameter a bit moreRichard Levitte
2019-11-03Change EVP_PKEY_CTX_new_provided() to take a library context too.Richard Levitte
2019-10-31Fix BIO_get_ktls_send() and BIO_get_ktls_recv() to work again.John Baldwin
2019-10-31Add support for in-kernel TLS (KTLS) on FreeBSD.Andrew Gallatin
2019-10-31crypto/evp/evp_fetch.c: Make it more prominent that these functions are EVPRichard Levitte
2019-10-29chunk 5 of CMP contribution to OpenSSLDr. David von Oheimb
2019-10-23Document "get/set-app-data" macros.Rich Salz
2019-10-23Add KRB5KDF from RFC 3961Simo Sorce
2019-10-23Deprecate EC_GROUP_clear_free()Nicola Tuveri
2019-10-18Move the version function declarations to include/openssl/crypto.hRichard Levitte
2019-10-18Generate include/openssl/opensslv.hRichard Levitte
2019-10-17Replace BUF_ string function calls with OPENSSL_ onesRich Salz
2019-10-17New RSA keymgmt implementation to handle import / export of RSA keysRichard Levitte
2019-10-17Added internal functions for easy getting and setting all RSA parameters.Richard Levitte
2019-10-17PKEY: adapt the export_to_provider funtions to handle domain params tooRichard Levitte
2019-10-17EVP: add functions that return the name numberRichard Levitte
2019-10-17EVP: add name traversal functions to all fetchable typesRichard Levitte
2019-10-17EVP: add missing common functionalityRichard Levitte
2019-10-17[KDF] Add feedback-mode and CMAC support to KBKDFRobbie Harwood
2019-10-16Add EVP_PKEY_CTX_new_provided()Richard Levitte
2019-10-16Fix typo and create compatibility macroAndreas Schnebinger
2019-10-16Add ChaCha related ciphers to default providerShane Lontis
2019-10-14Add BN_check_prime()Kurt Roeckx
2019-10-14KDF: clean away old EVP_KDF declarationsRichard Levitte
2019-10-11Stop using EVP_MD_CTX_FLAG_NON_FIPS_ALLOWRichard Levitte
2019-10-08Add rc2 ciphers to default providerShane Lontis
2019-10-06Deprecate NCONF_WIN32() functionRich Salz
2019-10-04Move MD5-SHA1 digest completely to the default providerRichard Levitte
2019-10-03Replumbing: make it possible for providers to specify multiple namesRichard Levitte
2019-10-03Add the provider function signatures for DigestSign*Matt Caswell
2019-10-03Add rc5 ciphers to default providerShane Lontis
2019-10-03Fix long name of some Microsoft objectsMichael Osipov
2019-10-01Adapt EVP_CIPHER_{param_to_asn1,asn1_to_param} for use with provider.Richard Levitte
2019-09-27Consistent naming for context gettable param queries .Pauli
2019-09-28Add legacy include guards to public header filesDr. Matthias St. Pierre
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre
2019-09-28Reorganize public header files (part 2)Dr. Matthias St. Pierre
2019-09-28Reorganize public header files (part 1)Dr. Matthias St. Pierre
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-28Add legacy include guard manually to opensslconf.h.inDr. Matthias St. Pierre
2019-09-27[KDF] Add KBKDF implementation for counter-mode HMACRobbie Harwood