Add CRYPTO_get_alloc_counts.
[openssl.git] / include / openssl /
2017-10-13 Rich SalzAdd CRYPTO_get_alloc_counts.
2017-10-12 Dr. Stephen Hensonmake update
2017-10-12 Dr. Stephen HensonAdd pad support
2017-10-12 Dr. Stephen HensonAdd RFC7919 support to EVP
2017-10-12 Dr. Stephen HensonDH named parameter support
2017-10-11 Dr. Stephen Hensonmake update
2017-10-11 Dr. Stephen HensonAdd EVP_PKEY_set1_engine() function.
2017-10-10 Keshav KiniFix typos
2017-10-09 PauliAdd atomic write call
2017-10-09 PauliAdd a CRYPTO_atomic_read call which allows an int varia...
2017-10-04 Todd ShortSession resume broken switching contexts
2017-09-28 PauliPut back the #include <openssl/safestack.h> lines in...
2017-09-28 PauliRemove unnecessary #include <openssl/lhash.h> directives.
2017-09-28 PauliUse safestack.h exclusively internally.
2017-09-27 PauliAdd a reserve call to the stack data structure.
2017-09-24 Saagar JhaUpdate comments to match function parameter names
2017-09-15 Christian HeimesProvide getters for min/max proto version
2017-09-14 Rich SalzFix function name in ECerr call
2017-09-14 Paul YangSupport EVP_PKEY_meth_remove and pmeth internal cleanup
2017-09-13 Paul YangSupport key check in EVP interface
2017-09-11 Andy Polyakovobjects/objects.txt: fix RSA-SHA3-284 typo.
2017-09-08 David BenjaminIntroduce named constants for the ClientHello callback.
2017-09-08 David BenjaminRename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.
2017-09-08 Richard LevitteAdd UI functions to set result with explicit length...
2017-09-06 Alfred E. Heggestadadd callback handler for setting DTLS timer interval
2017-08-31 Rich SalzAdd CRYPTO_thread_glock_new
2017-08-31 Matt CaswellComplain if we are writing early data but SNI or ALPN...
2017-08-31 Matt CaswellAdd functions for getting/setting SNI/ALPN info in...
2017-08-31 Matt CaswellAdd SSL_SESSION_set_max_early_data()
2017-08-30 Paul YangIntroduce SSL_CIPHER_get_protocol_id
2017-08-30 Jon SpillettImplement Aria GCM/CCM Modes and TLS cipher suites
2017-08-28 Dr. Matthias St... RAND: Rename the RAND_poll_ex() callback and its typedef
2017-08-25 Richard LevitteNO_SYS_TYPES_H isn't defined anywhere, stop using it...
2017-08-24 Matt CaswellAdd documentation for SRTP functions
2017-08-15 Johannes BauerFix coding style of EVP_PKEY_CTX_ctrl_uint64
2017-08-15 Benjamin KadukAdd SSL_get_pending_cipher()
2017-08-15 Richard LevitteAdd ERR_clear_last_mark()
2017-08-12 Andy PolyakovAdd EVP_DigestFinalXOF, interface to extendable-output...
2017-08-09 Matt CaswellAdd an SSL_SESSION_dup() function
2017-08-08 Johannes BauerAdd interface to the scrypt KDF by means of PKEY_METHOD
2017-08-04 Todd ShortConsolidate to a single asn1_time_from_tm() function
2017-08-03 Rich SalzAdd RAND_priv_bytes() for private keys
2017-08-03 Rich SalzAdd a DRBG to each SSL object
2017-08-03 Rich SalzSwitch from ossl_rand to DRBG rand
2017-08-03 Lingmo Zhuremove horrible pragma macro and remove __owur from...
2017-08-03 Johannes BauerAdded differentiation between missing secret and missin...
2017-08-03 Johannes BauerChanged use of EVP_PKEY_CTX_md() and more specific...
2017-08-03 Johannes BauerMore error handling to HKDF and one more case in TLS1-PRF
2017-08-03 Johannes BauerSet error when HKDF used without parameters
2017-07-31 David BenjaminFix the names of older ciphers.
2017-07-29 Dr. Stephen HensonAdd public key method enumeration function.
2017-07-29 Bernd EdlingerImplement the CRYPTO_secure_clear_free function
2017-07-27 Benjamin KadukCatch up to the removal of OSSL_STORE_open_file()
2017-07-27 Benjamin KadukDefine a value for SYS_F_FCNTL
2017-07-26 Rich SalzInstall custom RAND_METHOD for fuzzing
2017-07-26 Hubert Kariomake scrypt ASN.1 parameter functions public
2017-07-26 Todd ShortAdd support to free/allocate SSL buffers
2017-07-25 Andy PolyakovAdd evp/m_sha3.c.
2017-07-23 Johannes BauerFix const correctness of EC_KEY_METHOD_get_*
2017-07-20 Paul YangSupport converting cipher name to RFC name and vice...
2017-07-19 Rich SalzAdd DRBG random method
2017-07-15 Richard LevitteOSSL_STORE: spell error reason correctly
2017-07-13 PauliRemove trailing blanks.
2017-07-13 Dr. Stephen Hensonmake errors
2017-07-07 Matt CaswellSome SSL_OP_ values can't be used in 1.1.x
2017-07-07 Matt CaswellChoose a safer value for SSL_OP_ALLOW_NO_DHE_KEX
2017-07-07 Matt CaswellDo not allow non-dhe kex_modes by default
2017-07-07 Matt CaswellUpdate the version number for TLSv1.3 draft 21
2017-07-06 Rich SalzCleanup RAND_load_file,RAND_write_file
2017-07-03 Rich SalzBN_pseudo_rand is really BN_rand
2017-07-03 Andy Polyakov'make update' after objects/objects.txt update.
2017-07-03 Richard LevitteRemove the possibility to disable the UI module entirely
2017-06-30 Rich SalzFix atfork flag. Avoid double-negatives :)
2017-06-29 Rich SalzAdd fork handlers, based on pthread_atfork
2017-06-29 Richard LevitteSTORE: Make sure the loader to be registered is complete
2017-06-29 Richard LevitteAdd internal functions to fetch PEM data from an opened BIO
2017-06-29 Richard LevitteMake it possible to tell the file loader to use secure...
2017-06-29 Richard LevitteSTORE: add ENGINE information to loaders
2017-06-29 Richard LevitteSTORE 'file' scheme loader: Add directory listing capab...
2017-06-29 Richard LevitteSTORE 'file' scheme loader: Add handler for encrypted...
2017-06-29 Richard LevitteSTORE 'file' scheme loader: refactor file_load to suppo...
2017-06-29 Richard LevitteSTORE: Add a OSSL_STORE_INFO type to help support file...
2017-06-29 Richard LevitteSTORE 'file' scheme loader: add support for the PKCS...
2017-06-29 Richard LevitteSTORE 'file' scheme loader: add support for containers
2017-06-29 Richard LevitteAdd a STORE loader for the "file" scheme
2017-06-29 Richard LevitteMake it possible to peek at BIO data through BIO_f_buffer()
2017-06-29 Richard LevitteAdd the STORE module
2017-06-29 Richard LevitteMake it possible to refer to ERR_R_UI_LIB
2017-06-28 Richard LevitteAdapt for BSD cryptodev.h differences
2017-06-28 Richard LevitteAdd new /dev/crypto engine
2017-06-28 Richard LevitteAdd the common error ERR_R_OPERATION_FAIL
2017-06-27 Rich SalzUse randomness not entropy
2017-06-21 Sascha SteinbissAdd OCSP_resp_get1_id() accessor
2017-06-21 Matt CaswellAdd documentation for the SSL_export_keying_material...
2017-06-21 Matt CaswellFix DTLS failure when used in a build which has SCTP...
2017-06-21 Matt CaswellMake the input parameters for SSL_SESSION_set1_master_k...
2017-06-21 Matt CaswellAdd documentation for SSL_CTX_set_psk_use_session_callb...
2017-06-21 Matt CaswellFix no-psk
2017-06-21 Matt CaswellAdd SSL_SESSION_set_protocol_version()
2017-06-21 Matt CaswellAdd SSL_SESSION_set_cipher()
next