summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2017-04-10Discourage the use of LONG and ZLONG, and deprecate it in the futureRichard Levitte
2017-04-10Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variantsRichard Levitte
2017-04-07Make default_method mostly compile-time (cont'd)Rich Salz
2017-04-07Make default_method mostly compile-timeRich Salz
2017-04-07Prefix custom extension API callback types with SSL_Matt Caswell
2017-04-07Implement a new custom extensions APIMatt Caswell
2017-04-07Move the extensions context codes into the public APIMatt Caswell
2017-04-06e_os2.h: Refine OSSL_SSIZE definition under UEFI environmentQin Long
2017-04-04make updateRichard Levitte
2017-04-04Implement internal ASN.1 types INT32, UINT32, INT64, UINT64Richard Levitte
2017-04-03Constify SSL_dup_CA_list()Dr. Stephen Henson
2017-04-03New certificate_authorities functionsDr. Stephen Henson
2017-04-03Add missing macros for DHxparamsMatt Caswell
2017-04-03Fix a typo in the SSL_get_max_early_data() declarationsKazuki Yamaguchi
2017-03-30e_os.h: drop now-redundant PRIu64 [and fix OSSLzu].Andy Polyakov
2017-03-29Add z modifier parsing to the BIO_printf et all format stringRichard Levitte
2017-03-29More typo fixesFdaSilvaYY
2017-03-28Move PRIu64, OSSLzu to e_os.hRich Salz
2017-03-28Remove redundant decl of 509_STORE_set_flagsHannes Magnusson
2017-03-24Fix function documentationIan Spence
2017-03-20Fix the error handling in CRYPTO_dup_ex_data.Bernd Edlinger
2017-03-19Make the CRYPTO_memcmp() prototype match memcmp()Kurt Roeckx
2017-03-17Implement certificate_authorities extensionDr. Stephen Henson
2017-03-17Move parsing and construction of CA names to separate functionsDr. Stephen Henson
2017-03-16HelloRetryRequest updates for draft-19Matt Caswell
2017-03-16Merge early_data_info extension into early_dataMatt Caswell
2017-03-16Update end of early data processing for draft-19Matt Caswell
2017-03-16Update the TLSv1.3 version indicator for draft-19Matt Caswell
2017-03-16Remove some unused PEM structuresBenjamin Kaduk
2017-03-15Add EC_KEY_get0_engine()Richard Levitte
2017-03-12Fix out-of-memory condition in confMatt Caswell
2017-03-10Use the new TLSv1.3 certificate_required alert where appropriateMatt Caswell
2017-03-07Check TLSv1.3 ServerHello, Finished and KeyUpdates are on record boundaryMatt Caswell
2017-03-06Tweak the TLSv1.3 record overflow limitsMatt Caswell
2017-03-04Add basic TLSv1.3 cookie supportMatt Caswell
2017-03-03Set specific error is we have no valid signature algorithms setDr. Stephen Henson
2017-03-02Rename SSL_write_early() to SSL_write_early_data()Matt Caswell
2017-03-02Rename SSL_read_early() to SSL_read_early_data()Matt Caswell
2017-03-02Make SSL_write_early_finish() an internal only functionMatt Caswell
2017-03-02Enable the server to call SSL_write() without stopping the ability to call SS...Matt Caswell
2017-03-02Enable the client to call SSL_read() without stopping the ability to call SSL...Matt Caswell
2017-03-02Introduce a new early_data state in the state machineMatt Caswell
2017-03-02Make SSL_get_early_data_status() take a constMatt Caswell
2017-03-02Make SSL_get_max_early_data() and SSL_CTX_get_max_early_data() take a constMatt Caswell
2017-03-02Add a SSL_SESSION_get_max_early_data() functionMatt Caswell
2017-03-02Check max_early_data against the amount of early data we actually receiveMatt Caswell
2017-03-02Construct the server side early_data extensionMatt Caswell
2017-03-02Provide an SSL_read_early() function for reading early dataMatt Caswell
2017-03-02Implement the early data changes required in tls13_change_cipher_state()Matt Caswell
2017-03-02Construct the early_data extensionMatt Caswell