Consistent formatting for sizeof(foo)
[openssl.git] / crypto / err / openssl.txt
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