summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-05-18Allow the ca application to use EdDSAMatt Caswell
2018-05-18DH: add some basic tests (and comments)Dr. Matthias St. Pierre
2018-05-18DH: add simple getters for commonly used DH struct membersDr. Matthias St. Pierre
2018-05-17Make BN_GF2m_mod_arr more constant timeMatt Caswell
2018-05-17Improve testing of tickets with post-handshake authMatt Caswell
2018-05-17Add documentation for the ability to control the number of ticketsMatt Caswell
2018-05-17Change the default number of NewSessionTickets we send to 2Matt Caswell
2018-05-17Allow configuation of the number of TLSv1.3 session tickets via SSL_CONFMatt Caswell
2018-05-17Enable the ability to set the number of TLSv1.3 session tickets sentMatt Caswell
2018-05-17Add a note on CHANGES and NEWS in CONTRIBUTINGRichard Levitte
2018-05-16When producing man-pages, ensure NAME section is one line onlyRichard Levitte
2018-05-15NOTES.ANDROID: fix typo in build notesGregor Jasny
2018-05-15windows-makefile.tmpl: delete export library prior link.Andy Polyakov
2018-05-15Suport TLSv1.3 draft 28Matt Caswell
2018-05-14Fix no-tls1_2Matt Caswell
2018-05-14Fix no-pskMatt Caswell
2018-05-14CI config: no need to make both install and install_docsRichard Levitte
2018-05-14Link in passphrase-encoding(7) in relevant documentationRichard Levitte
2018-05-14Docs: add general document on how pass phrases are handledRichard Levitte
2018-05-14UI console: Restore tty settings, do not force ECHO after promptRichard Levitte
2018-05-12apps/speed: Add brainpool curves supportFdaSilvaYY
2018-05-12apps/speed: fix possible OOB access in some EC arraysFdaSilvaYY
2018-05-12Set sess to NULL after freeing it.Kurt Roeckx
2018-05-12Don't memcpy the contents of an empty fragmentMatt Caswell
2018-05-12In cases where we ask PEM_def_callback for minimum 0 length, accept 0 lengthRichard Levitte
2018-05-11Fix typo: 'is an error occurred' in documentationDr. Matthias St. Pierre
2018-05-11Rework the decrypt ticket callbackMatt Caswell
2018-05-11Fix mem leak in sslapi testMatt Caswell
2018-05-11Add a test for the ticket callbacksMatt Caswell
2018-05-11Document when a new session ticket gets created on resumptionMatt Caswell
2018-05-11Fix ticket callbacks in TLSv1.3Matt Caswell
2018-05-11Flush server side unauthenticated writesMatt Caswell
2018-05-11Add some more SSL_pending() and SSL_has_pending() testsMatt Caswell
2018-05-11Don't set TCP_NODELAY on a UDP socketMatt Caswell
2018-05-11Mark DTLS records as read when we have finished with themMatt Caswell
2018-05-11Test an old style PSK callback with no cert will prefer SHA-256Matt Caswell
2018-05-11Provide documentation for the -psk_session optionMatt Caswell
2018-05-11Prefer SHA-256 ciphersuites if using old style PSKsMatt Caswell
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx
2018-05-11rsaz_avx2_eligible doesn't take parametersKurt Roeckx
2018-05-11Set the ossl_shim to auto retry if not running asynchronouslyMatt Caswell
2018-05-10PPC assembly pack: add POWER9 results.Andy Polyakov
2018-05-10.travis.yml: add pair of linux-ppc64le targets.Andy Polyakov
2018-05-09Fix no-cmsMatt Caswell
2018-05-09Fix no-tls1_2, no-tls1_2-method, no-chacha and no-poly1305Matt Caswell
2018-05-09Fix typos in x509 documentationDr. Matthias St. Pierre
2018-05-09Add CHANGES entry for PR#6009Nicola Tuveri
2018-05-09Add blinding in BN_GF2m_mod_inv for binary field inversionsBilly Brumley
2018-05-09ECC: unify generic ec2 and ecp scalar multiplication, deprecate ec2_mult.cBilly Brumley
2018-05-09ECDSA: remove nonce padding (delegated to EC_POINT_mul)Billy Brumley