]> git.ipfire.org Git - thirdparty/openssl.git/history - include/openssl/core_names.h
Make EVP_PKEY_[get1|set1]_tls_encodedpoint work with provided keys
[thirdparty/openssl.git] / include / openssl / core_names.h
2020-06-05  Matt CaswellMake EVP_PKEY_[get1|set1]_tls_encodedpoint work with...
2020-05-26  Shane LontisUpdate core_names.h fields and document most fields.
2020-05-14  Richard LevitteRSA: Add a less loaded PSS-parameter structure
2020-05-07  Shane LontisAdd RSA SHA512 truncated digest support
2020-04-23  Matt CaswellUpdate copyright year
2020-04-20  Shane LontisFix DH_get_nid() so that it does not cache values.
2020-04-15  Shane LontisAdd DH keygen to providers
2020-04-15  Shane LontisAdd DSA keygen to provider
2020-04-01  Shane LontisAdd EVP_PKEY_gettable_params support for accessing...
2020-03-15  Shane LontisAdd ECDSA to providers
2020-03-12  Richard LevittePROV: Add RSA functionality for key generation
2020-03-12  Richard LevitteEVP: Add new domparams and key generation functionality
2020-02-22  Richard LevittePROV: add RSA signature implementation
2020-02-18  Nicola Tuveri[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH
2020-02-11  Matt CaswellImplement Provider side Key Management for X25519 and...
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-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-23  Richard LevitteEVP: Add EVP_PKEY_get_default_digest_name() and use it
2020-01-17  Richard LevitteEVP: make EVP_PKEY_{bits,security_bits,size} work with...
2020-01-15  Shane LontisAdd FIPS Self test kats for digests
2020-01-10  Shane LontisAdd GCM support for EVP_CTRL_GCM_IV_GEN and EVP_CTRL_GC...
2020-01-06  Shane LontisAdd AES_CBC_HMAC_SHA ciphers to providers.
2019-12-05  Matt CaswellTeach the RSA implementation about TLS RSA Key Transport
2019-11-29  Richard LevitteSERIALIZER: add support for serializing EVP_PKEYs
2019-11-21  Matt CaswellTweak some algorithm naming inconsistencies
2019-11-14  Matt CaswellMove RSA Asym cipher code to the default provider
2019-11-08  Shane LontisAdd AES SIV ciphers to default provider
2019-10-23  Simo SorceAdd KRB5KDF from RFC 3961
2019-10-17  Richard LevitteNew RSA keymgmt implementation to handle import / expor...
2019-10-17  Robbie Harwood[KDF] Add feedback-mode and CMAC support to KBKDF
2019-10-16  Shane LontisAdd ChaCha related ciphers to default provider
2019-10-11  Richard LevitteStop using EVP_MD_CTX_FLAG_NON_FIPS_ALLOW
2019-10-08  Shane LontisAdd rc2 ciphers to default provider
2019-10-03  Shane LontisAdd rc5 ciphers to default provider
2019-10-01  Richard LevitteAdapt EVP_CIPHER_{param_to_asn1,asn1_to_param} for...
2019-09-28  Dr. Matthias St... Fix header file include guard names
2019-09-27  Robbie Harwood[KDF] Add KBKDF implementation for counter-mode HMAC
2019-09-25  PauliMake the "engine" parameter to some provider algorithms...
2019-09-20  Richard LevitteRefactor TLS-PRF's kdf_tls1_prf_mkmacctx() to a provide...
2019-09-11  Shane LontisAdd EVP_CIPHER_CTX_tag_length()
2019-09-11  PauliAdd macros for the KDF algorithm names.
2019-09-09  Matt CaswellUse simple names in core_names.h
2019-09-09  Matt CaswellImplement DSA in the default provider
2019-09-07  PauliUse common define for properties, engine, cipher and...
2019-09-06  PauliKDF additons to names and numbers
2019-09-05  Shane LontisChange provider params from int to size_t
2019-08-26  Shane LontisCleanup ciphers and Add 3des ciphers.
2019-08-24  Richard LevitteGet rid of the diversity of names for MAC parameters
2019-08-19  Richard LevitteUse macros internally for algorithm names
2019-08-18  Shane LontisAdd fips provider code for handling self test data
2019-08-15  Richard LevittePrepare EVP_MAC infrastructure for moving all MACs...
2019-08-12  Richard LevitteMake more use of OSSL_PARAM for digests
2019-07-16  Matt CaswellAdd the ability to set PKCS#3 DH padding in providers
2019-07-16  Matt CaswellMake the EVP Key Exchange code provider aware
2019-07-15  Shane LontisAdd Common shared code needed to move aes ciphers to...
2019-07-11  Richard LevitteMake more use of OSSL_PARAM for ciphers
2019-06-11  Shane LontisMake EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).
2019-06-04  Shane LontisMove digests to providers
2019-04-19  Matt CaswellImplement AES CBC ciphers in the default provider
2019-04-19  Matt CaswellMake EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider...
2019-03-21  Matt CaswellAdd a skeleton default provider