Make DRBG uninstantiate() and instantiate() methods inverse to each other
[openssl.git] / crypto / include / internal /
2017-11-20 Paul YangSupport public key and param check in EVP interface
2017-11-12 Josh SorefMany spelling fixes/typo's corrected.
2017-11-05 Ronald TseSM3: restructure to EVP internal and update doc to...
2017-10-31 Ronald TseSM4: Add SM4 block cipher to EVP
2017-10-18 Dr. Matthias St... Fix reseeding issues of the public RAND_DRBG
2017-10-13 Rich SalzRemove email addresses from source code.
2017-10-12 Dr. Stephen HensonDH named parameter support
2017-10-11 Dr. Stephen HensonAdd EVP_PKEY_set1_engine() function.
2017-10-10 Keshav KiniFix typos
2017-09-14 Paul YangSupport EVP_PKEY_meth_remove and pmeth internal cleanup
2017-09-13 Paul YangSupport key check in EVP interface
2017-08-28 Kurt RoeckxDon't auto-instantiate a DRBG when trying to use it...
2017-08-21 PauliThis has been added to avoid the situation where some...
2017-08-08 Johannes BauerAdd interface to the scrypt KDF by means of PKEY_METHOD
2017-08-07 Rich SalzMake RAND_DRBG fork-safe
2017-08-06 Rich SalzAdd missing include of cryptlib.h
2017-08-03 Matt CaswellMove ossl_assert
2017-07-20 Rich SalzRename internal rand.h file
2017-06-29 Rich SalzAdd fork handlers, based on pthread_atfork
2017-06-29 Richard LevitteAdd internal functions to fetch PEM data from an opened BIO
2017-06-29 Richard LevitteMake asn1_d2i_read_bio accessible from STORE
2017-06-29 Richard LevitteAdd the STORE module
2017-06-28 Richard LevitteAdd new /dev/crypto engine
2017-06-19 Rich SalzRemove bsd_cryptodev engine
2017-06-15 PauliCorrect Oracle copyrights & clarify.
2017-05-30 Dr. Stephen HensonED25519 public key method.
2017-05-30 Dr. Stephen Hensonadd method
2017-05-30 Dr. Stephen HensonAdd support for custom digestsign/digestverify methods.
2017-05-26 Andy Polyakovaria/aria.c: address undefined behaviour warning in...
2017-05-01 Benjamin KadukAddress some -Wold-style-declaration warnings
2017-04-25 Dr. Stephen HensonAdd support for custom signature parameters
2017-04-20 letrhee-nsrAdd ARIA 32-bit implementation
2017-04-20 Richard LevitteVMS: Copy DECC inclusion epi- and prologues to internals
2017-02-28 Matt CaswellRemove dead code in bn
2017-02-21 PauliImplementation of the ARIA cipher as described in RFC...
2017-02-01 Todd ShortAdd support for parameterized SipHash
2017-01-24 Todd ShortCleanup EVP_CIPH/EP_CTRL duplicate defines
2017-01-24 Todd ShortAdd support for Poly1305 in EVP_PKEY
2017-01-12 Rich SalzAdd "random malloc failure" tooling
2017-01-08 Dr. Stephen HensonPSS EVP_PKEY method
2017-01-08 Dr. Stephen HensonPSS ASN.1 method
2016-11-17 Kurt RoeckxAdd support for reference counting using C11 atomics
2016-09-17 FdaSilvaYYRemove an useless definition.
2016-08-19 Dr. Stephen HensonAvoid duplicated code.
2016-08-17 Dr. Stephen HensonConstify private key decode.
2016-08-13 Dr. Stephen HensonAdd X25519 methods to internal tables
2016-08-13 Dr. Stephen HensonFix type of ptr field.
2016-08-05 klemensspelling fixes, just comments and readme.
2016-07-26 Dr. Stephen HensonRemove current_method from X509_STORE_CTX
2016-07-25 Richard LevitteAdd setter and getter for X509_STORE's check_policy
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-07-20 FdaSilvaYYFix a few if(, for(, while( inside code.
2016-07-11 Dr. Stephen HensonAdd nameConstraints commonName checking.
2016-07-10 Richard LevitteVMS: Simplify the spec of the default certs & keys...
2016-07-02 Richard LevitteFix some VMS inconsistencies
2016-06-30 Matt CaswellConvert memset calls to OPENSSL_cleanse
2016-06-23 FdaSilvaYYRework error handling from asn1_do_lock method.
2016-06-22 Andy PolyakovMove OS-specific fopen quirks to o_fopen.c.
2016-06-18 FdaSilvaYYFix an MSVC warning.
2016-06-09 Rich SalzMake a2i_ipadd an internal function
2016-06-04 Kurt RoeckxSpecifiy size of arrays
2016-05-23 Matt CaswellUse strerror_r()/strerror_s() instead of strerror(...
2016-05-17 Rich SalzCopyright consolidation 05/10
2016-05-17 Rich SalzCopyright consolidation 03/10
2016-05-10 Richard LevitteRestore the ERR_remove_thread_state() API and make...
2016-04-28 FdaSilvaYYvarious spelling fixes
2016-04-20 Rich SalzCopyright consolidation: perl files
2016-04-15 Rich SalzMake many X509_xxx types opaque.
2016-04-14 Matt CaswellFix ex_data locks issue
2016-04-14 Matt CaswellThe err_cleanup() funtion is internal so shouldn't...
2016-04-14 Matt CaswellEnsure all locks are properly cleaned up
2016-04-13 Richard LevitteMove a declaration that's private to libcrypto
2016-04-13 Matt CaswellRename int_*() functions to *_int()
2016-04-13 Matt CaswellRename lots of *_intern or *_internal function to int_*
2016-04-13 Matt CaswellDeprecate ENGINE_cleanup() and make it a no-op
2016-04-13 Matt CaswellDeprecate OBJ_cleanup() and make it a no-op
2016-04-13 Matt CaswellDeprecate EVP_cleanup() and make it a no-op
2016-04-13 Matt CaswellDeprecate CRYPTO_cleanup_all_ex_data() and make it...
2016-04-13 Matt CaswellDeprecate RAND_cleanup() and make it a no-op
2016-04-13 Matt CaswellDeprecate ERR_free_strings() and make it a no-op
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-03-20 Rich SalzRemove #error from include files.
2016-03-20 Rich Salzct_int.h only needed by crypto/ct
2016-03-20 Rich SalzMove blake2_loclh to blake2 directory
2016-03-11 Dr. Stephen HensonMake X509_SIG opaque.
2016-03-11 Kurt RoeckxSave leaf_node and node_offset as character array
2016-03-11 Kurt RoeckxReview comments
2016-03-11 Bill CoxAdd blake2 support.
2016-03-10 Matt CaswellRemove a missed item from the old thread API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_X509_* to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_EVP_PKEY to new multi-threading API
2016-03-07 Matt CaswellRename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get...
2016-03-07 Dr. Stephen HensonMake PKCS8_PRIV_KEY_INFO opaque.
2016-03-07 Matt CaswellFix OPENSSL_INIT flags to avoid a clash.
2016-03-07 cluceyRework based on feedback:
2016-03-04 Rob PercivalChange default CT log list filename to "ct_log_list...
2016-03-03 Alessandro GhediniGH355: Implement HKDF
2016-03-02 Matt CaswellEnsure Async is deinited properly
2016-03-01 Dr. Stephen Hensonremove old unused oneline name field
next