summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2020-01-16Deprecate the low level SEED functionsPauli
2020-01-16seed: fix preprocessor indentationPauli
2020-01-15Add FIPS Self test kats for digestsShane Lontis
2020-01-13Deprecate the Low Level CAST APIsMatt Caswell
2020-01-13Deprecate Low Level Camellia APIsMatt Caswell
2020-01-12Deprecate the low level Whirlpool functions.Pauli
2020-01-12whirlpool: fix preprocessor indentationPauli
2020-01-12Deprecate the low level MDC2 functions.Pauli
2020-01-12mdc2: fix preprocessor indentationPauli
2020-01-12Deprecate the low level MD4 functions.Pauli
2020-01-12md4: fix preprocessor indentationPauli
2020-01-12Deprecate the low level MD2 functions.Pauli
2020-01-12md2: fix preprocessor indentationPauli
2020-01-12Deprecate the low level RIPEMD160 functions.Pauli
2020-01-12ripemd: fix preprocessor indentationPauli
2020-01-12Add dsa signature alg to fips providerShane Lontis
2020-01-10Add GCM support for EVP_CTRL_GCM_IV_GEN and EVP_CTRL_GCM_SET_IV_INV to providersShane Lontis
2020-01-09EVP: Adapt KEYEXCH, SIGNATURE and ASYM_CIPHER to handle key types betterRichard Levitte
2020-01-09CORE & EVP: Specify OP_query_operation_name() for KEYMGMTRichard Levitte
2020-01-08Deprecate Low Level Blowfish APIsMatt Caswell
2020-01-07Move random-related defines to "crypto/rand.h"Dr. Matthias St. Pierre
2020-01-06Deprecate the low level AES functionsMatt Caswell
2020-01-06Add AES_CBC_HMAC_SHA ciphers to providers.Shane Lontis
2020-01-02Run make updateMatt Caswell
2019-12-19CRYPTO: split cipher_platform.h into algorithm specific headersRichard Levitte
2019-12-19Optimize AES-GCM implementation on aarch64Fangming.Fang
2019-12-18BIO: Add BIO_f_prefix(), a text line prefixing filterRichard Levitte
2019-12-14Deprecate most of debug-memoryRich Salz
2019-12-13Add better support for using deprecated symbols internallyRichard Levitte
2019-12-12chunk 6 of CMP contribution to OpenSSLDr. David von Oheimb
2019-12-12rand_lib.c: fix null pointer dereferences after RAND_get_rand_method() failureDr. Matthias St. Pierre
2019-12-11Add support for otherName:NAIRealm in outputJan-Frederik Rieckers
2019-12-11Fix some typosVeres Lajos
2019-12-11Optimize AES-ECB mode in OpenSSL for both aarch64 and aarch32XiaokangQian
2019-12-10Remove handling of outdated macro'sRich Salz
2019-12-10Move U64 macro from sha.h to sha512.cavas
2019-12-05Teach the RSA implementation about TLS RSA Key TransportMatt Caswell
2019-12-04Deprecate the AES_ige_*() functionsMatt Caswell
2019-12-04Add the ability to supress deprecation warningsMatt Caswell
2019-12-04add X509_cmp_timeframe() including its documentationDr. David von Oheimb
2019-11-29PROV SERIALIZER: add support for writing RSA keysRichard Levitte
2019-11-29PROV SERIALIZER: add common functionality to serialize keysRichard Levitte
2019-11-29PROV BIO: add a BIO_vprintf() upcall, and a provider BIO libraryRichard Levitte
2019-11-29SERIALIZER: add hooks in PEM_write_bio_ and PEM_write_fp_ routinesRichard Levitte
2019-11-29SERIALIZER: add support for serializing EVP_PKEYsRichard Levitte
2019-11-29CORE: expose the property parsers and checker to the rest of the librariesRichard Levitte
2019-11-29SERIALIZER: add functions for serialization to fileRichard Levitte
2019-11-29SERIALIZER: New API for serialization of objects through providersRichard Levitte
2019-11-29CORE: pass the full algorithm definition to the method constructorRichard Levitte
2019-11-29CORE: ossl_namemap_add_names(): new function to add multiple namesRichard Levitte