PKEY: adapt the export_to_provider funtions to handle domain params too
[openssl.git] / include /
2019-10-17 Richard LevittePKEY: adapt the export_to_provider funtions to handle...
2019-10-17 Richard LevitteEVP: add functions that return the name number
2019-10-17 Richard LevitteEVP: add name traversal functions to all fetchable...
2019-10-17 Richard LevitteEVP: add missing common functionality
2019-10-17 Robbie Harwood[KDF] Add feedback-mode and CMAC support to KBKDF
2019-10-16 Richard LevitteAdd EVP_PKEY_CTX_new_provided()
2019-10-16 Andreas SchnebingerFix typo and create compatibility macro
2019-10-16 Shane LontisAdd ChaCha related ciphers to default provider
2019-10-14 Kurt RoeckxAdd BN_check_prime()
2019-10-14 Richard LevitteKDF: clean away old EVP_KDF declarations
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-06 Rich SalzDeprecate NCONF_WIN32() function
2019-10-04 Richard LevitteMove MD5-SHA1 digest completely to the default provider
2019-10-03 Richard LevitteReplumbing: make it possible for providers to specify...
2019-10-03 Matt CaswellAdd the provider function signatures for DigestSign*
2019-10-03 Shane LontisAdd rc5 ciphers to default provider
2019-10-02 Michael OsipovFix long name of some Microsoft objects
2019-10-01 Richard LevitteAdapt EVP_CIPHER_{param_to_asn1,asn1_to_param} for...
2019-09-27 PauliConsistent naming for context gettable param queries .
2019-09-28 Dr. Matthias St... Add legacy include guards to public header files
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-28 Dr. Matthias St... Reorganize public header files (part 2)
2019-09-28 Dr. Matthias St... Reorganize public header files (part 1)
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-28 Dr. Matthias St... Add legacy include guard manually to opensslconf.h.in
2019-09-27 Robbie Harwood[KDF] Add KBKDF implementation for counter-mode HMAC
2019-09-27 Dr. David von Oheimb Certificate Management Protocol (CMP, RFC 4210...
2019-09-25 Patrick Steuers390x assembly pack: accelerate X25519, X448, Ed25519...
2019-09-25 Matt CaswellMake EVP_MD_CTX_[gettable|settable]_params() take an...
2019-09-25 PauliMake the "engine" parameter to some provider algorithms...
2019-09-24 Dmitry BelyavskiySupport printing out some otherName variants
2019-09-23 Richard Levitteinclude/openssl/macros.h: better OPENSSL_FUNC fallback
2019-09-20 Richard Levitteinclude/openssl/macros.h: Rework OPENSSL_FUNC for div...
2019-09-20 Richard LevitteRefactor TLS-PRF's kdf_tls1_prf_mkmacctx() to a provide...
2019-09-19 Rich SalzDeprecate XXXerr() macros
2019-09-19 Richard LevitteModify providers that keep track of underlying algorithms
2019-09-19 Richard LevitteIn provider implemented methods, save the name number...
2019-09-18 Shane LontisFix Compiler error/warning for windows icl build
2019-09-15 Shane LontisAdd fips module integrity check
2019-09-12 Richard LevitteDeprecate ERR_get_state()
2019-09-12 Richard LevitteDeprecate the public definition of ERR_STATE
2019-09-12 Richard LevitteModernise the ERR functionality further (new functions...
2019-09-12 Richard Levitteinclude/openssl/err.h: Depend on OPENSSL_NO_FILENAMES...
2019-09-12 Richard Levitteinclude/openssl/macros.h: Remove the PEDANTIC OPENSSL_F...
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-09-11 Dr. Matthias St... drbg: ensure fork-safety without using a pthread_atfork...
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 CaswellRevise EVP_PKEY param handling
2019-09-09 Matt CaswellAdd support for verify/verify_recover functions to...
2019-09-09 Matt CaswellImplement DSA in the default provider
2019-09-09 Matt CaswellAdd the ability to perform signatures in a provider
2019-09-09 Bernd EdlingerCheck the DH modulus bit length
2019-09-09 Richard LevitteDo no mention private headers in public headers
2019-09-07 PauliUse common define for properties, engine, cipher and...
2019-09-06 PauliMove OSSL_OP_KDF into its rightful place amongst the...
2019-09-06 Richard LevitteMore KDF cleanup
2019-09-06 PauliKDF error codes reworked
2019-09-06 PauliCleanse KDF error files
2019-09-06 PauliKDF/PRF updates to libcrypto
2019-09-06 PauliKDF provider conversion error updates - generated
2019-09-06 PauliKDF additons to names and numbers
2019-09-06 PauliRemove old KDF initialisation
2019-09-05 Viktor DukhovniUndeprecate OpenSSL_version_num and OPENSSL_VERSION_NUMBER
2019-09-05 Shane LontisChange provider params from int to size_t
2019-09-04 Richard LevitteNew function EVP_CIPHER_free()
2019-09-04 Richard LevitteNew function EVP_MD_free()
2019-09-03 Richard LevitteRefactor how KEYMGMT methods get associated with other...
2019-09-02 Bernd EdlingerAdd CPU info to the speed command summary
2019-09-02 Richard LevitteDiverse ERR fixes
2019-09-01 Bernd EdlingerRemove extern declarations of OPENSSL_ia32cap_P
2019-08-29 Matt CaswellFix a documentation bug in ec.h
2019-08-29 Matt CaswellMake sure we pre-initialise properties
2019-08-27 Richard LevitteOPENSSL_info(): add the item OPENSSL_INFO_SEED_SOURCE...
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-22 Paul YangSupport parsing of SM2 ID in hexdecimal
2019-08-21 Richard LevitteModify ossl_method_store_add() to accept an OSSL_PROVID...
2019-08-21 Richard LevitteModify ossl_method_store_add() to handle reference...
2019-08-21 Richard LevitteFix ossl_param_bld_push_{utf8,octet}_string() / param_b...
2019-08-21 PauliConstify param builder string functions.
2019-08-19 Richard LevitteUse macros internally for algorithm names
2019-08-19 Richard LevitteUntangle / retangle opensslv.h, openssslconf.h and...
2019-08-18 Shane Lontiscipher cleanups.
2019-08-18 Shane LontisAdd fips provider code for handling self test data
2019-08-16 Richard LevitteRename ctx_{get,set}_params to {get,set}_ctx_params
2019-08-15 Richard LevitteImplement EVP_MAC_do_all_ex()
2019-08-15 Richard LevitteAdd EVP_MAC_provider()
2019-08-15 Richard LevitteMove BLAKE2 MACs to the providers
2019-08-15 Richard LevittePrepare EVP_MAC infrastructure for moving all MACs...
2019-08-15 Patrick SteuerEnable curve-spefific ECDSA implementations via EC_METHOD
2019-08-15 Richard LevitteRename provider and core get_param_types functions
2019-08-15 Richard LevitteAdd missing EVP param utility functions
2019-08-12 Richard LevitteMake more use of OSSL_PARAM for digests
2019-08-12 Richard LevitteAdd OSSL_PARAM_construct_from_text() and OSSL_PARAM_all...
2019-08-12 Richard LevitteAdd OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex()
2019-08-12 Vladimir Kotalenable DECLARE_DEPRECATED macro for Oracle Developer...
next