Add support to free/allocate SSL buffers
[openssl.git] / include /
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-20 Benjamin Kaduktypedef's for RAND_DRBG methods
2017-07-20 Rich SalzAdd range-checking to RAND_DRBG_set_reseed_interval
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()
2017-06-21 Matt CaswellAdd SSL_SESSION_set1_master_key()
2017-06-21 Matt CaswellAdd a function to get the handshake digest for an SSL_C...
2017-06-21 Matt CaswellAdd public API functions for setting TLSv1.3 PSK callbacks
2017-06-21 Matt CaswellAdd TLSv1.3 client side external PSK support
2017-06-21 Matt CaswellAdd TLSv1.3 server side external PSK support
2017-06-21 Rich SalzAdd constant-time 64
2017-06-21 Dr. Stephen HensonUse EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs...
2017-06-21 Rich SalzMerge Nokia copyright notice into standard
2017-06-20 Rich SalzModify Sun copyright to follow OpenSSL style
2017-06-20 FdaSilvaYYDeclare a new x509v3 extension: x509ExtAdmission
2017-06-20 Rich SalzFix typo (note by oneton@users.github)
2017-06-20 Rich SalzAdd RAND_UNIMPLEMENTED error code
2017-06-19 Rich SalzRemove bsd_cryptodev engine
2017-06-16 Matt CaswellAllow the server to change the ciphersuite on resume
2017-06-15 Rich SalzStandardize Levitte's dual-license
2017-06-12 Benjamin KadukAdd SSL_early_get1_extensions_present()
2017-06-11 Rich SalzIntroduce ASN1_TIME_set_string_X509 API
2017-06-09 Josh Sorefmark V_ASN1_PRIMATIVE_TAG as compat
2017-06-09 Paul YangFix a bundle of trailing spaces in several files
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-06-06 Todd ShortFix #2400 Add NO_RENEGOTIATE option
2017-06-06 Dr. Stephen HensonFix define to match documentation
2017-05-31 Erwann AbaleaAdd some OID's from X.520
2017-05-31 Richard LevitteAdd UI functionality to duplicate the user data
2017-05-30 Dr. Stephen Hensonmake errors
2017-05-30 Dr. Stephen Hensonmake errors
2017-05-30 Dr. Stephen HensonAdd EdDSA algorithm OIDs from draft-ietf-curdle-pkix-04
2017-05-30 Dr. Stephen Hensonmake errors
2017-05-29 Marek Kleinfixing incorrect OID of signingCertificateV2
2017-05-28 Richard LevitteRevert "Add internal functions to fetch a refcount"
2017-05-28 Richard LevitteCorrect small typo in CRYPTO_GET_REF
2017-05-27 Richard LevitteAdd internal functions to fetch a refcount
2017-05-27 Josh SorefFix spelling errors in CMS.
2017-05-22 Matt CaswellAdd an error to the stack on failure in dtls1_write_bytes()
2017-05-19 Matt CaswellFix ASN1_TIME_to_generalizedtime to take a const ASN1_TIME
2017-05-19 Matt CaswellMake SSL_is_server() accept a const SSL
2017-05-17 Matt CaswellAdd a new unsolicited extension error code and add...
2017-05-12 Todd ShortClean up SSL_OP_* a bit
2017-05-11 Richard LevitteCleanup - use e_os2.h rather than stdint.h
2017-05-11 Richard LevitteUnclash clashing reason codes in ssl.h
2017-05-11 Matt CaswellSend a missing_extension alert if key_share/supported...
2017-05-11 Matt CaswellTLSv1.3 alerts cannot be fragmented and only one per...
2017-05-11 Dr. Stephen HensonAdd EVP_DigestSign and EVP_DigesVerify
2017-05-10 Rich SalzIgnore MSVC warnings (via Gisle Vanem)
2017-05-09 Matt CaswellVerify that if we have an HRR then something will change
2017-05-08 Benjamin KadukAdd PEM_bytes_read_bio_secmem()
2017-05-08 Benjamin KadukAdd PEM_read_bio_ex
2017-05-08 Matt CaswellAdd support to SSL_trace() for inner content types
2017-05-08 Matt CaswellSend the supported_groups extension in EE where applicable
2017-05-03 Matt CaswellUpdate the TLSv1.3 version indicator for draft-20
2017-05-03 Matt CaswellAdd an SSL_ prefix to SERVERINFOV2 and SERVERINFOV1
2017-05-03 Matt CaswellExtend the SERVERINFO file format to include an extensi...
2017-05-03 Marek KleinAdded support for ESSCertIDv2
next