summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-09-07Avoid SEGV when giving X509_sign a NULL private key.Pauli
2018-09-06RSA padding Zeroization fixesShane Lontis
2018-09-06Key zeroization fix for EVP_SealInit + added simple testShane Lontis
2018-09-05Harmonize the error handling codepathNicola Tuveri
2018-09-05Fix segfault in RSA_free() (and DSA/DH/EC_KEY)Nicola Tuveri
2018-09-05New openssl subject parser hard to debugEric Curtin
2018-09-05hkdf zeroization fixShane Lontis
2018-09-05key zeroisation fix for p12Shane Lontis
2018-09-05key zeroisation for pvkfmt now done on all branch pathsShane Lontis
2018-09-05key zeroization fix for a branch path of tls13_final_finish_macShane Lontis
2018-09-04openssl req: don't try to report bitsRichard Levitte
2018-09-04Clarify the return value of SSL_client_version()Matt Caswell
2018-09-04Add a test for RSA key exchange with both RSA and RSA-PSS certsMatt Caswell
2018-09-04Don't use an RSA-PSS cert for RSA key exchangeMatt Caswell
2018-09-04Test creation of tickets when using a TLSv1.3 PSKMatt Caswell
2018-09-04Send a NewSessionTicket after using an external PSKMatt Caswell
2018-09-04Clarify the EVP_DigestSignInit docsMatt Caswell
2018-09-04Ignore EPIPE when sending NewSessionTickets in TLSv1.3Matt Caswell
2018-09-04Fix example in crl(1) man pageJakub Wilk
2018-09-04Fixed a comment that referenced the wrong methodAlex Gaynor
2018-09-04Fix HMAC SHA3-224 and HMAC SHA3-256.Pauli
2018-09-04demos/evp: add make cleanPaulo Flabiano Smorigo
2018-09-04Make OBJ_NAME case insensitive.Pauli
2018-09-04hmac_init cleanup and fix key zeroization issueShane Lontis
2018-09-03[test] throw error from wrapper function instead of an EC_METHOD specific oneBilly Brumley
2018-09-03[test] ECC: make sure negative tests pass for the right reasonsBilly Brumley
2018-09-03Fix the comment of PEM_read_bio_exwzhang
2018-09-03Rename SSL[_CTX]_add1_CA_list -> SSL[_CTX]_add1_to_CA_listRichard Levitte
2018-09-03add docs for OCSP_resp_get0_signaturePaul Kehrer
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