Fix a typo in bio_read_intern
[openssl.git] / include /
2016-11-23 Matt CaswellEnsure the end of first server flight processing is...
2016-11-23 Matt CaswellUpdate state machine to be closer to TLS1.3
2016-11-23 Matt CaswellImplement tls13_change_cipher_state()
2016-11-21 Kurt RoeckxMake SSL_read and SSL_write return the old behaviour...
2016-11-17 Kurt RoeckxAdd support for reference counting using C11 atomics
2016-11-16 Matt CaswellRemove a hack from ssl_test_old
2016-11-16 Matt CaswellFixed various style issues in the key_share code
2016-11-16 Matt CaswellStart using the key_share data to derive the PMS
2016-11-16 Matt CaswellAdd processing of the key_share received in the ServerHello
2016-11-16 Matt CaswellAdd the key_share processing to the server side
2016-11-16 Matt CaswellGenerate the key_shares extension on the client side
2016-11-15 Rob PercivalReword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX...
2016-11-15 Rob PercivalRemove obsolete error constant CT_F_CTLOG_NEW_NULL
2016-11-15 Rob PercivalCheck that SCT timestamps are not in the future
2016-11-15 Richard LevitteRevert "Remove heartbeats completely"
2016-11-15 Richard LevitteRemove heartbeats completely
2016-11-14 Sebastian Andrzej... dsa/dsa_gen: add error message for seed_len < 0
2016-11-10 Matt CaswellRename the Elliptic Curves extension to supported_groups
2016-11-09 Matt CaswellFix some missing checks for TLS1_3_VERSION_DRAFT
2016-11-09 Matt CaswellUpdate TLS1.3 draft version numbers for latest draft
2016-11-09 Matt CaswellAdd the ability to send the supported_versions extension
2016-11-09 Matt CaswellUpdate HKDF to support separte Extract and Expand steps
2016-11-09 Matt CaswellFix make update following extensions refactor
2016-11-09 Matt CaswellRefactor ClientHello processing so that extensions...
2016-11-07 David BenjaminImplement RSASSA-PKCS1-v1_5 as specified.
2016-11-07 Matt CaswellCorrect the Id for the TLS1.3 ciphersuite
2016-11-04 Matt CaswellFix some clashing symbol numbers due to merge conflict
2016-11-04 Matt CaswellProvide some constant time functions for dealing with...
2016-11-04 Matt CaswellConvert libssl writing for size_t
2016-11-04 Matt CaswellFurther libssl size_t-ify of reading
2016-11-03 Richard LevitteAdd a HEADER_MODES_H guard in include/openssl/modes.h
2016-11-02 Matt CaswellAdd a DSO_dsobyaddr() function
2016-11-02 Matt CaswellPartial revert of 3d8b2ec42 to add back DSO_pathbyaddr
2016-11-02 David WoodhouseAdd DTLS_get_data_mtu() function
2016-11-02 Matt CaswellAdd the SSL_METHOD for TLSv1.3 and all other base chang...
2016-11-01 Todd ShortAdd SSL_CTX_set1_cert_store()
2016-10-28 Benjamin KadukTry to unify BIO read/write parameter names
2016-10-28 Matt CaswellFix some feedback issues for BIO size_t-ify
2016-10-28 Matt CaswellMore parameter naming of BIO_read*/BIO_write* related...
2016-10-28 Matt CaswellTweaks based on review feedback of BIO size_t work
2016-10-28 Matt CaswellEnsure all BIO functions call the new style callback
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-10-26 Matt CaswellProvide a cross-platform format specifier (OSSLzu)...
2016-10-22 jrmarinoFix support for DragonFly BSD
2016-10-17 David WoodhouseAdd SSL_OP_NO_ENCRYPT_THEN_MAC
2016-10-10 David BenjaminRemove trailing whitespace from some files.
2016-10-03 Matt CaswellDon't set the handshake header in every message
2016-09-29 Matt CaswellConvert CertStatus message construction to WPACKET
2016-09-29 Dr. Stephen HensonASN1_ITEM should use type name not structure name.
2016-09-29 Dr. Stephen HensonAdd ASN1_ITEM lookup and enumerate functions.
2016-09-29 Matt CaswellFix missing NULL checks in NewSessionTicket construction
2016-09-22 Matt CaswellAdd OCSP_RESPID_match()
2016-09-22 Matt CaswellAdd the ability to set OCSP_RESPID fields
2016-09-21 Matt CaswellDon't allow too many consecutive warning alerts
2016-09-21 Rich SalzRevert "Constify code about X509_VERIFY_PARAM"
2016-09-21 Matt Caswellmake update and fix some associated mis-matched error...
2016-09-20 Matt CaswellConvert NextProto message construction to WPACKET
2016-09-18 FdaSilvaYYConstify code about X509_VERIFY_PARAM
2016-09-13 Viktor Szakatsbio.h: fix number of arguments passed to BIO_ptr_ctrl()
2016-09-13 Matt CaswellConvert tls_construct_client_hello() to use PACKETW
2016-09-11 Richard LevitteVMS: be less picky when loading DSOs
2016-08-25 Richard LevitteUpdate CHANGES, NEWS, README and opensslv.h on master
2016-08-24 Viktor DukhovniUn-delete still documented X509_STORE_CTX_set_verify
2016-08-24 Rob PercivalUpdates the CT_POLICY_EVAL_CTX POD
2016-08-24 Rob PercivalDocuments the CTLOG functions
2016-08-24 Rob PercivalAdd comment about calling CT_POLICY_EVAL_CTX_free
2016-08-24 Rob PercivalFix comment about what SCT_LIST_validate does.
2016-08-23 Rob PercivalRemoves {i2o,o2i}_SCT_signature from the CT public API
2016-08-23 Rob PercivalInternalizes SCT_verify and removes SCT_verify_v1
2016-08-23 FdaSilvaYYConstify a bit X509_NAME_get_entry
2016-08-23 FdaSilvaYYConstify some X509_NAME, ASN1 printing code
2016-08-23 FdaSilvaYYConstify some input parameters.
2016-08-23 FdaSilvaYYConstify some inputs buffers
2016-08-23 FdaSilvaYYConstify ASN1_PCTX_*
2016-08-22 Kazuki YamaguchiExpose alloc functions for EC{PK,}PARAMETERS
2016-08-22 Andy Polyakovcrypto/pkcs12: facilitate accessing data with non-inter...
2016-08-22 Andy Polyakovcrypto/pkcs12: default to UTF-8.
2016-08-22 Andy Polyakovcrypto/pkcs12: add UTF8 support.
2016-08-21 Rich SalzMove BIO index lock creation
2016-08-21 Dr. Stephen HensonAdd X509_getm_notBefore, X509_getm_notAfter
2016-08-20 FdaSilvaYYDuplicate includes
2016-08-20 Rich SalzAdd BIO_get_new_index()
2016-08-19 Dr. Stephen HensonConstify certificate and CRL time routines.
2016-08-19 Matt CaswellConvert PKCS12* functions to use const getters
2016-08-19 Matt CaswellUpdate function error code
2016-08-19 Matt CaswellFix DTLS replay protection
2016-08-19 Dr. Stephen HensonAdd X509_get0_serialNumber() and constify OCSP_cert_to_id()
2016-08-19 Dr. Stephen Hensonconstify X509_REQ_get0_signature()
2016-08-19 Dr. Stephen Hensonconstify i2o_ECPublicKey
2016-08-18 Dr. Stephen HensonConstify i2a*
2016-08-18 Matt CaswellConvert X509_REVOKED* functions to use const getters
2016-08-17 Richard LevitteDon't try to init dasync internally
2016-08-17 Dr. Stephen HensonConstify X509_SIG.
2016-08-17 Dr. Stephen HensonConstify X509_certificate_type()
2016-08-17 Dr. Stephen HensonConstify X509_get0_signature()
2016-08-17 Dr. Stephen HensonConvert X509* functions to use const getters
2016-08-17 Matt CaswellConvert X509_CRL* functions to use const getters
2016-08-17 Matt CaswellMake X509_NAME_get0_der() conform to OpenSSL style
2016-08-17 Matt CaswellConvert OCSP* functions to use const getters
next