Add Key Management support for EdDSA keys
[openssl.git] / include / openssl /
2020-03-07 Paulicmdline app: add provider commandline options.
2020-03-03 Dmitry BelyavskiyImplementation of Russian GOST CMS
2020-03-03 Shane LontisAdd pairwise consistency self tests to asym keygenerators
2020-03-02 Richard LevitteKEYMGMT: Add a keydata copy function
2020-03-02 Richard LevitteKEYMGMT: Add a keydata matching function
2020-02-29 André KlitzingFix drop of const qualifier
2020-02-28 Nikolay Morozovx509v3 subjectSignTool extention support
2020-02-27 Richard LevitteDeprecate ASN1_sign(), ASN1_verify() and ASN1_digest()
2020-02-27 Richard LevitteVMS: mitigate for the C++ compiler that doesn't underst...
2020-02-26 Davide GalassiMem-sec small code adjustment
2020-02-25 Dr. Matthias St... DRBG: delay initialization of DRBG method until instant...
2020-02-22 Richard LevittePROV: add RSA signature implementation
2020-02-21 Dr. David von OheimbDon't exclude quite so much in a no-sock build
2020-02-21 PauliParams: add argument to the _from_text calls to indicat...
2020-02-20 PauliDeprecate the low level Diffie-Hellman functions.
2020-02-20 PauliDH: fix header file indentation
2020-02-20 PauliDeprecate the low level RSA functions.
2020-02-20 Paulirsa.h: fix preprocessor indentation
2020-02-18 Nicola Tuveri[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH
2020-02-17 Dr. David von Oheimbchunk 7 of CMP contribution to OpenSSL
2020-02-17 Dr. David von Oheimbfix various formatting nits in CMP contribution chunks...
2020-02-17 Dr. David von Oheimbimprove CMP logging according to comments on CMP chunk...
2020-02-15 Richard Levitteinclude/openssl/whrlpool.h: correct unbalanced deprecat...
2020-02-13 Matt CaswellMake the RSA ASYM_CIPHER implementation available insid...
2020-02-12 Richard LevitteAdd OSSL_SERIALIZER_PUBKEY_TO_DER_PQ and friends
2020-02-12 Dr. David von Oheimbfix build for new HTTP client in case OPENSSL_NO_CMP...
2020-02-12 PauliRemove unused OSSL_PARAM_construct_from_text() function.
2020-02-11 PauliDeprecate the low level DSA functions.
2020-02-11 Paulidsa.h: fix preprocessor indentation
2020-02-11 Matt CaswellImplement Provider side Key Management for X25519 and...
2020-02-10 Dr. David von OheimbGeneralize the HTTP client so far implemented mostly...
2020-02-10 Dr. David von Oheimbadd BIO_socket_wait(), BIO_wait(), and BIO_connect_retr...
2020-02-10 Davide GalassiMemory allocator code cleanup
2020-02-07 Matt CaswellFix no-dh
2020-02-07 Dr. Matthias St... RAND_DRBG: add a callback data for entropy and nonce...
2020-02-07 Richard LevitteRedesign the KEYMGMT libcrypto <-> provider interface...
2020-02-06 Davide GalassiPrevent compiler warning for unused static function.
2020-02-06 Davide GalassiRemoved unused ssl_dane struct declaration.
2020-02-06 Shane LontisAdd FFC param/key generation
2020-02-06 Matt CaswellFix builds with no-dh
2020-02-04 PauliMake minimum size for secure memory a size_t.
2020-02-04 Richard LevittePROV: Fix the DSA SIGNATURE implementation for better...
2020-02-04 Richard LevitteDon't pass a digest-size to signature implementations
2020-02-04 Matt CaswellDetect EOF while reading in libssl
2020-02-04 PauliDeprecate the ECDSA and EV_KEY_METHOD functions.
2020-02-04 PauliDeprecate the ECDH functions.
2020-02-04 Pauliec.h: fix preprocessor indentation
2020-02-02 Richard LevitteX509: Refactor X509_verify() and X509_REQ_verify()...
2020-01-30 Shane LontisAdd support for DH 'modp' group parameters (RFC 3526)
2020-01-29 Shane LontisAdd RSA key validation to default provider
2020-01-29 PauliTLS: use EVP for HMAC throughout libssl.
2020-01-29 PauliDeprecate the low level HMAC functions
2020-01-29 Paulihmac: preprocessor indentation fixes
2020-01-29 PauliDeprecate the low level CMAC functions
2020-01-29 Paulicmac: preprocessor indentation fixes
2020-01-28 Richard LevittePROV: Adapt the DSA signature implementation to provide...
2020-01-28 Richard LevitteAdapt ASN1_item_sign_ctx() for use with provided keypairs
2020-01-27 Matt CaswellModify EVP_PKEY_CTX_new_from_pkey() to add a propquery...
2020-01-25 Richard LevitteEVP: Adapt EVP_PKEY Seal and Open for provider keys
2020-01-24 PauliDeprecate the low level DES functions.
2020-01-24 Paulides: fix header file preprocessor indentation
2020-01-24 Dmitry BelyavskiyNew functions for PKCS8 attributes management
2020-01-23 Richard LevitteEVP: Add EVP_PKEY_get_default_digest_name() and use it
2020-01-22 Matt CaswellIntroduce SSL_CTX_new_with_libex()
2020-01-21 Richard LevittePROV: Add support for error queue marks and implement...
2020-01-20 Matt CaswellConvert rand_bytes_ex and rand_priv_bytes_ex to public...
2020-01-19 PauliDeprecate the low level IDEA functions.
2020-01-19 Pauliidea: fix preprocessor indention
2020-01-19 PauliTODO: undo md5.h and sha.h changes temporarily
2020-01-19 PauliDeprecate the low level MD5 functions.
2020-01-19 PauliDeprecate the low level SHA functions.
2020-01-19 Paulisha: fix preprocessor indentation
2020-01-17 Richard LevitteCORE: renumber OSSL_FUNC_KEYMGMT macros
2020-01-17 Richard LevitteEVP: make EVP_PKEY_{bits,security_bits,size} work with...
2020-01-17 Paul YangAdd duplication APIs to ASN1_TIME and related types
2020-01-15 PauliDeprecate the low level RC5 functions
2020-01-15 Paulirc5: fix preprocessor indentation
2020-01-15 PauliDeprecate the low level RC4 functions
2020-01-15 Paulirc4: fix preprocessor indentation
2020-01-15 PauliDeprecate the low level RC2 functions
2020-01-15 Paulirc2: fix preprocessor indentation
2020-01-15 PauliDeprecate the low level SEED functions
2020-01-15 Pauliseed: fix preprocessor indentation
2020-01-15 Shane LontisAdd FIPS Self test kats for digests
2020-01-13 Matt CaswellDeprecate the Low Level CAST APIs
2020-01-13 Matt CaswellDeprecate Low Level Camellia APIs
2020-01-12 PauliDeprecate the low level Whirlpool functions.
2020-01-12 Pauliwhirlpool: fix preprocessor indentation
2020-01-12 PauliDeprecate the low level MDC2 functions.
2020-01-12 Paulimdc2: fix preprocessor indentation
2020-01-12 PauliDeprecate the low level MD4 functions.
2020-01-12 Paulimd4: fix preprocessor indentation
2020-01-12 PauliDeprecate the low level MD2 functions.
2020-01-12 Paulimd2: fix preprocessor indentation
2020-01-12 PauliDeprecate the low level RIPEMD160 functions.
2020-01-12 Pauliripemd: fix preprocessor indentation
2020-01-12 Shane LontisAdd dsa signature alg to fips provider
2020-01-10 Shane LontisAdd GCM support for EVP_CTRL_GCM_IV_GEN and EVP_CTRL_GC...
2020-01-09 Richard LevitteCORE & EVP: Specify OP_query_operation_name() for KEYMGMT
2020-01-08 Matt CaswellDeprecate Low Level Blowfish APIs
next