summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-09-03add getter for tbsResponseData and signatureAlgorithm on OCSP_BASICRESPPaul Kehrer
2018-09-03Check the return from BN_sub() in BN_X931_generate_Xpq().Pauli
2018-09-03Check for a failure return from EVP_MD_CTX_new() in OCSP_basic_sign().Pauli
2018-09-03Remove redundant ASN1_INTEGER_set callEric Brown
2018-09-01Add a note in the docs about sharing PSKs between TLSv1.2 and TLSv1.3Matt Caswell
2018-09-01Fix ssl/t1_trce.c to parse certificate chainsErik Forsberg
2018-09-01TLSv1.3 related changes to man pagesHubert Kario
2018-08-31Revert ".travis.yml: omit linux-ppc64le target."Andy Polyakov
2018-08-30Free SSL object on an error pathMatt Caswell
2018-08-30Fix a mem leak on error in the PSK codeMatt Caswell
2018-08-29fix out-of-bounds write in sm2_crypt.cymlbright
2018-08-26x509v3/v3_purp.c: refine lock-free check in x509v3_cache_extensions.Andy Polyakov
2018-08-26internal/tsan_assist.h: add tsan_ld_acq and tsan_st_rel.Andy Polyakov
2018-08-24Configurations/unix-Makefile.tmpl: address find portability issue.Andy Polyakov
2018-08-24Add semicolon at the end of the function prototypesPaul Yang
2018-08-24Do not ignore EVP_PKEY_print_public/EVP_PKEY_print_private return valuesDmitry Belyavskiy
2018-08-23bn/bn_lib.c: conceal even memmory access pattern in bn2binpad.Andy Polyakov
2018-08-23bn/bn_blind.c: use Montgomery multiplication when possible.Andy Polyakov
2018-08-23rsa/rsa_ossl.c: implement variant of "Smooth CRT-RSA."Andy Polyakov
2018-08-23crypto/bn: add more fixed-top routines.Andy Polyakov
2018-08-23Update fuzz corporaKurt Roeckx
2018-08-22Fix typos in documentation.parasssh
2018-08-22Extend dladdr() for AIX, consequence from changes for openssl#6368.Matthias Kraft
2018-08-22crypto/init.c: improve destructor_key's portability.Andy Polyakov
2018-08-22man3/OBJ_nid2obj.pod: mention failure code for OBJ_create.Andy Polyakov
2018-08-22asn1/asn_moid.c: overhaul do_create.Andy Polyakov
2018-08-22Ignore the digest in req app if using EdDSAMatt Caswell
2018-08-22Improve the usability of the ca app using EdDSAMatt Caswell
2018-08-22Fix BoringSSL external test failuresMatt Caswell
2018-08-22Don't detect a downgrade where the server has a protocol version holeMatt Caswell
2018-08-22Test that a client protocol "hole" doesn't get detected as a downgradeMatt Caswell
2018-08-22Use the same min-max version range on the client consistentlyMatt Caswell
2018-08-22rand_lib.c: Don't open random devices while cleaning up.Dr. Matthias St. Pierre
2018-08-22Fix typos in documentationJakub Wilk
2018-08-22Allow TLS-1.3 ciphersuites in @SECLEVEL=3 and aboveTomas Mraz
2018-08-22Zero memory in CRYPTO_secure_malloc.Pauli
2018-08-21Prepare for 1.1.1-pre10-devMatt Caswell
2018-08-21Prepare for 1.1.1-pre9 releaseOpenSSL_1_1_1-pre9Matt Caswell
2018-08-21Fix a version error in CHANGES and NEWSMatt Caswell
2018-08-21Replace GFp ladder implementation with ladd-2002-it-4 from EFDNicola Tuveri
2018-08-20Add support for SSL_CTX_set_post_handshake_auth()Matt Caswell
2018-08-20Change Post Handshake auth so that it is opt-inMatt Caswell
2018-08-20Check getauxval on systems that have it when checking for setuid execution.Pauli
2018-08-20Fix typos and errors in Ed25519.pod documentationparasssh
2018-08-20Add a helper routine so that evp_test can compare memory without producingPauli
2018-08-19rand_unix.c: don't discard entropy bytes from /dev/*randomDr. Matthias St. Pierre
2018-08-19rand_unix.c: don't discard entropy bytes from syscall_random()Dr. Matthias St. Pierre
2018-08-19rand_unix.c: assimilate syscall_random() with getrandom(2)Dr. Matthias St. Pierre
2018-08-18Configure: don't probe for --noexecstack assembler option on Darwin.Andy Polyakov
2018-08-18test/recipes/30-test_evp_data: fix two typosDr. Matthias St. Pierre