]> git.ipfire.org Git - thirdparty/openssl.git/history - util/libcrypto.num
Implement EVP_MAC_do_all_ex()
[thirdparty/openssl.git] / util / libcrypto.num
2018-05-01  Matt CaswellAdd getter for X509_VERIFY_PARAM_get_hostflags
2018-04-05  Matt CaswellMove the loading of the ssl_conf module to libcrypto
2018-03-19  Matt CaswellFix no-sm2
2018-03-19  Jack LloydHandle evp_tests assumption of EVP_PKEY_FLAG_AUTOARGLEN
2018-03-19  Jack LloydAdd SM2 signature and ECIES schemes
2018-03-16  Dr. Matthias St... RAND_DRBG: add a function for setting the default DRBG...
2018-03-15  Dr. Matthias St... Publish the RAND_DRBG API
2018-03-15  Matt CaswellRename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
2018-03-15  Matt CaswellAdd functions for setting the new EVP_PKEY_ASN1_METHOD...
2018-03-15  Matt CaswellAdd the function EVP_PKEY_new_CMAC_key()
2018-03-15  Matt CaswellAdd functions to create an EVP_PKEY from raw private...
2018-03-09  Dr. Matthias St... RAND_DRBG: add a function for setting the reseeding...
2018-02-23  Richard LevitteSTORE: Add the possibility to search for specific infor...
2018-02-23  Richard LevitteSTORE: Add the possibility to specify an expected info...
2018-02-19  John HughesAdd BIO_bind function to bind local address for a socket.
2018-02-19  Massimiliano Pala Add X509_get0_authority_key_id() function
2018-02-15  Dr. Matthias St... DRBG: make locking api truly private
2018-02-14  Richard LevitteOSSL_STORE: Add OSSL_STORE_vctrl()
2018-02-13  Dr. Matthias St... DRBG: unify initialization and cleanup code
2018-02-13  Dr. Matthias St... DRBG: add locking api
2018-02-09  Nick MathewsonRun "make update"
2018-01-31  Benjamin KadukRevert the crypto "global lock" implementation
2018-01-29  Kurt RoeckxAdd RAND_DRBG_bytes
2018-01-24  David CooperAdd -rsigopt option to ocsp command
2018-01-23  PauliSHA512/224 and SHA512/256
2018-01-22  Rich SalzAdd accessors for AdmissionSyntax
2017-12-17  Dr. Matthias St... Implement automatic reseeding of DRBG after a specified...
2017-12-17  Dr. Matthias St... Add master DRBG for reseeding
2017-11-21  Paul YangSupport multi-prime RSA (RFC 8017)
2017-11-20  Paul YangSupport public key and param check in EVP interface
2017-11-12  Ben Kadukmake update
2017-11-05  Ronald TseSM3: restructure to EVP internal and update doc to...
2017-11-05  Jack LloydSM3: Add SM3 hash function
2017-10-31  Ronald TseSM4: Add SM4 block cipher to EVP
2017-10-30  Richard LevitteEVP_PKEY_ASN1_METHOD: add functions to set siginf_set...
2017-10-25  Paul YangAdd sk_TYPE_new_reserve() function
2017-10-18  Dr. Matthias St... Fix reseeding issues of the public RAND_DRBG
2017-10-13  Rich SalzAdd CRYPTO_get_alloc_counts.
2017-10-12  Dr. Stephen Hensonmake update
2017-10-11  Dr. Stephen Hensonmake update
2017-10-09  PauliAdd atomic write call
2017-10-09  PauliAdd a CRYPTO_atomic_read call which allows an int varia...
2017-09-27  PauliAdd a reserve call to the stack data structure.
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-08  Richard LevitteAdd UI functions to set result with explicit length...
2017-08-31  Rich SalzAdd CRYPTO_thread_glock_new
2017-08-30  Jon SpillettImplement Aria GCM/CCM Modes and TLS cipher suites
2017-08-28  Kurt RoeckxDon't auto-instantiate a DRBG when trying to use it...
2017-08-15  Richard LevitteAdd ERR_clear_last_mark()
2017-08-12  Andy PolyakovAdd EVP_DigestFinalXOF, interface to extendable-output...
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-07-29  Dr. Stephen Hensonmake update
2017-07-29  Bernd EdlingerImplement the CRYPTO_secure_clear_free function
2017-07-26  Hubert Kariomake scrypt ASN.1 parameter functions public
2017-07-25  Andy PolyakovAdd evp/m_sha3.c.
2017-07-19  Rich SalzAdd DRBG random method
2017-07-03  Richard LevitteRemove the possibility to disable the UI module entirely
2017-06-29  Rich SalzAdd fork handlers, based on pthread_atfork
2017-06-29  Richard LevitteSTORE: add ENGINE information to loaders
2017-06-29  Richard LevitteAdd the STORE module
2017-06-21  Sascha SteinbissAdd OCSP_resp_get1_id() accessor
2017-06-11  Rich SalzRemove leading space-before-tab
2017-06-11  Rich SalzIntroduce ASN1_TIME_set_string_X509 API
2017-06-08  Todd ShortFix #340: Parse ASN1_TIME to struct tm
2017-06-07  Rich Salzmake error tables const and separate header file
2017-05-31  Richard LevitteAdd UI functionality to duplicate the user data
2017-05-11  Dr. Stephen Hensonmake update
2017-05-08  Benjamin KadukAdd PEM_bytes_read_bio_secmem()
2017-05-08  Benjamin KadukAdd PEM_read_bio_ex
2017-05-03  Marek KleinAdded support for ESSCertIDv2
2017-04-25  Dr. Stephen Hensonmake update
2017-04-25  Dmitry BelyavskiySwitch command-line utils to new nameopt API.
2017-04-25  Matt CaswellAdd a BIO_lookup_ex() function
2017-04-24  Richard LevitteAdd CRYPTO_mem_leaks_cb
2017-04-10  Richard LevitteAct on deprecation of LONG and ZLONG, step 3
2017-04-04  Richard Levittemake update
2017-03-15  Richard LevitteForgotten 'make update'
2017-02-28  Richard LevitteCode health: make update
2017-02-26  Richard LevitteAdd a null UI method
2017-02-21  PauliImplementation of the ARIA cipher as described in RFC...
2017-02-01  Todd ShortAdd support for parameterized SipHash
2017-01-26  Richard LevitteBetter check of DH parameters in TLS data
2017-01-24  Todd ShortAdd support for Poly1305 in EVP_PKEY
2017-01-12  Rich SalzGH2176: Add X509_VERIFY_PARAM_get_time
2017-01-11  Richard Levittemake update
2017-01-08  Dr. Stephen Hensonmake update
2016-12-13  Rich SalzAdd X509_VERIFY_PARAM inheritance flag set/get
2016-11-15  Rob PercivalCheck that SCT timestamps are not in the future
2016-11-02  Matt CaswellAdd a DSO_dsobyaddr() function
2016-11-02  Matt CaswellPartial revert of 3d8b2ec42 to add back DSO_pathbyaddr
2016-10-28  Matt CaswellCreate BIO_write_ex() which handles size_t arguments
2016-10-28  Matt CaswellCreate BIO_read_ex() which handles size_t arguments
2016-09-29  Dr. Stephen Hensonmake update
2016-09-22  Matt CaswellAdd OCSP_RESPID_match()
2016-09-22  Matt CaswellAdd the ability to set OCSP_RESPID fields
next