summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-04-04Fix faulty check of padding in x_long.cRichard Levitte
2017-04-04Fix a possible integer overflow in long_c2iMatt Caswell
2017-04-04Add a test of encoding and decoding LONG, INT32, UINT32, INT64 and UINT64Richard Levitte
2017-04-04Convert SSL_SESSION_ASN1 to use size specific integersRichard Levitte
2017-04-04make updateRichard Levitte
2017-04-04Implement internal ASN.1 types INT32, UINT32, INT64, UINT64Richard Levitte
2017-04-03update ordinalsDr. Stephen Henson
2017-04-03Document new ssl(3) functions and options.Dr. Stephen Henson
2017-04-03Add certificate_authorities tests client to server.Dr. Stephen Henson
2017-04-03Add ExpectedServerCANamesDr. Stephen Henson
2017-04-03Constify SSL_dup_CA_list()Dr. Stephen Henson
2017-04-03Print CA names in s_server, add -requestCAfile to s_clientDr. Stephen Henson
2017-04-03Don't use client specific functions to retrieve CA listDr. Stephen Henson
2017-04-03Add requestCAfile optionDr. Stephen Henson
2017-04-03Add extensions to debug listDr. Stephen Henson
2017-04-03SSL_CONF support for certificate_authoritiesDr. Stephen Henson
2017-04-03New certificate_authorities functionsDr. Stephen Henson
2017-04-03Ensure dhparams can handle X9.42 params in DERMatt Caswell
2017-04-03Add missing macros for DHxparamsMatt Caswell
2017-04-03Add documentation for SSL_get_server_tmp_key()Matt Caswell
2017-04-03Fix calls to SSL_get_server_tmp_key() in TLSv1.3Matt Caswell
2017-04-03Tweak a style issueMatt Caswell
2017-04-03Add a test for the problem fixed by the previous commitMatt Caswell
2017-04-03Restore s->early_data_state with the original valueTatsuhiro Tsujikawa
2017-04-03Update early data test for an even later arrival of CFMatt Caswell
2017-04-03Don't handle handshake messages when writing early data on serverMatt Caswell
2017-04-03Fix a typo in the SSL_get_max_early_data() declarationsKazuki Yamaguchi
2017-04-02Disable 15-test_ecparam.t when configured no-ec2mRichard Levitte
2017-04-02Remind people to have 'Fixes #XXXX' in the commit messageRichard Levitte
2017-04-02Fixup the github pull request templateRichard Levitte
2017-04-02crypto/ppccap.c: SIGILL-free processor capabilities detection on MacOS X.Andy Polyakov
2017-04-01Configure: use 5.10.0, don't require...Andy Polyakov
2017-04-01e_afalg.[ch]: fix --strict-warnings with gcc 4.x and 32-bit build.Andy Polyakov
2017-04-01bio/b_print.c: switch to int64_t as "greatest-width integer type".Andy Polyakov
2017-03-31Fix for #2730. Add CRLDP extension to list of supported extensionsJon Spillett
2017-03-31Update SSL_extension_supported()Matt Caswell
2017-03-30e_os.h: drop now-redundant PRIu64 [and fix OSSLzu].Andy Polyakov
2017-03-30apps/*.c: switch to platform-neutral format modifiers in BIO_print calls.Andy Polyakov
2017-03-30bio/b_print.c: recognize even 'j' format modifier.Andy Polyakov
2017-03-30Fix s_client early data indicatorMatt Caswell
2017-03-30Provide a test for pause between EoED and CFMatt Caswell
2017-03-30Fix early data bug with pause between EoED and CFMatt Caswell
2017-03-30Add SSL_dup descriptionJon Spillett
2017-03-30Documentation updatesPauli
2017-03-30Add a test for the bug fixed in the previous commitMatt Caswell
2017-03-30Fix bug with SSL_read_early_data()Matt Caswell
2017-03-30Documentation cleanup for man1/enc.podPauli
2017-03-29bio/b_print.c: fix %z failure in 32-bit build.Andy Polyakov
2017-03-29Add a simple test for the z modifierRichard Levitte
2017-03-29Use the z modifier instead of OSSLzu with BIO_printfRichard Levitte