]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/err/openssl.txt
Add the function EVP_PKEY_new_CMAC_key()
[thirdparty/openssl.git] / crypto / err / openssl.txt
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-14  Matt CaswellFix an error number clash
2018-03-14  Matt CaswellSplit configuration of TLSv1.3 ciphers from older ciphers
2018-03-09  Todd ShortAdd SSL/SSL_CTX_use_cert_and_key()
2018-03-09  Matt CaswellGive more information in the SSL_stateless return code
2018-03-06  Kurt RoeckxCheck the parent DRBG's strength
2018-03-05  Tomas MrazAdd support for .include directive in config files
2018-03-02  Matt CaswellIntegrate X448 and Ed448 into libcrypto
2018-02-23  Richard LevitteSTORE 'file' scheme loader: Add search capibility
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-15  Dr. Matthias St... DRBG: make locking api truly private
2018-02-13  Dr. Matthias St... DRBG: add locking api
2018-02-10  Rich SalzCopy name string in BIO_meth_new
2018-02-01  Todd ShortAdd TLSv1.3 post-handshake authentication (PHA)
2018-01-25  Benjamin KadukAdd support for the TLS 1.3 signature_algorithms_cert...
2018-01-24  David CooperMake editorial changes suggested by Matt Caswell and...
2018-01-24  Matt CaswellAdd support for sending TLSv1.3 cookies
2018-01-23  Richard LevitteHave EVP_PKEY_asn1_find_str() work more like EVP_PKEY_a...
2018-01-19  Richard LevitteCopyright update of more files that have changed this...
2018-01-07  Andy Polyakovec/ecp_nistz256.c: improve ECDSA sign by 30-40%.
2018-01-04  Dr. Matthias St... crypto/rand: restore the generic DRBG implementation
2017-12-14  Todd ShortFix 'make update'
2017-12-14  Matt CaswellSend supported_versions in an HRR
2017-12-14  Matt CaswellMerge HRR into ServerHello
2017-12-14  Matt CaswellDrop CCS messages received in the TLSv1.3 handshake
2017-12-14  Matt CaswellImplement session id TLSv1.3 middlebox compatibility...
2017-12-14  Matt CaswellUpdate ServerHello to new draft-22 format
2017-12-08  Matt CaswellConvert the remaining functions in the record layer...
2017-12-04  Matt CaswellAdd some more cleanups
2017-12-04  Matt CaswellAdd some sanity checks for the fatal error condition
2017-12-04  Matt CaswellFix up a few places in the state machine that got misse...
2017-12-04  Matt CaswellConvert more functions in ssl/statem/statem.c to use...
2017-12-04  Matt CaswellConvert remaining functions in statem_srvr.c to use...
2017-12-04  Matt CaswellConvert remaining functions in statem_clnt.c to use...
2017-12-04  Matt CaswellConvert the state machine code to use SSLfatal()
2017-11-25  David BenjaminPretty-print large INTEGERs and ENUMERATEDs in hex.
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-05  FdaSilvaYYImplement Maximum Fragment Length TLS extension.
2017-10-30  Richard Levittemake update
2017-10-18  Dr. Matthias St... Fix reseeding issues of the public RAND_DRBG
2017-10-12  Dr. Stephen Hensonmake update
2017-10-11  Dr. Stephen Hensonmake update
2017-10-04  Todd ShortSession resume broken switching contexts
2017-09-14  Rich SalzFix function name in ECerr call
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  Matt CaswellComplain if we are writing early data but SNI or ALPN...
2017-08-30  Jon SpillettImplement Aria GCM/CCM Modes and TLS cipher suites
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-03  Rich SalzAdd RAND_priv_bytes() for private keys
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-19  Rich SalzAdd DRBG random method
2017-07-15  Richard LevitteOSSL_STORE: spell error reason correctly
2017-07-13  Dr. Stephen Hensonmake errors
2017-07-06  Rich SalzCleanup RAND_load_file,RAND_write_file
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 '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 LevitteAdd the STORE module
2017-06-28  Richard LevitteAdapt for BSD cryptodev.h differences
2017-06-21  Matt CaswellAdd TLSv1.3 client side external PSK support
2017-06-20  Rich SalzAdd RAND_UNIMPLEMENTED error code
2017-06-16  Matt CaswellAllow the server to change the ciphersuite on resume
2017-06-12  Rich SalzPut message strings in state files
2017-06-07  Rich Salzmake error tables const and separate header file