summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-09-06Fix a SCA leak in BN_generate_dsa_nonceBernd Edlinger
2019-09-06[crypto/rsa] Set the constant-time flag in multi-prime RSA tooCesar Pereida Garcia
2019-09-06[crypto/asn1] Fix multiple SCA vulnerabilities during RSA key validation.Cesar Pereida Garcia
2019-09-06Teach TLSProxy how to parse CertificateRequest messagesMatt Caswell
2019-09-06Don't send a status_request extension in a CertificateRequest messageMatt Caswell
2019-09-05Fix error handling in x509_lu.cBernd Edlinger
2019-09-05Cleanup includes in rand_unix.cBernd Edlinger
2019-09-05Remove ifndef FIPS_MODE from rand_unix.cBernd Edlinger
2019-09-04Suppress 'No server certificate CA names sent' messageBilly Brawner
2019-09-04Test SSL_set_ciphersuitesraja-ashok
2019-09-04Fix SSL_set_ciphersuites to set even if no call to SSL_set_cipher_listraja-ashok
2019-09-04Fix bogus check for EVP_PKEY mandatory digest in check_cert_usable()David Woodhouse
2019-08-30Remove duplicate CHANGES text.Pauli
2019-08-30Don't include the DEVRANDOM being seeded logic on Android.Pauli
2019-08-30Fix NITs in comments and CHANGES for DEVRANDOM seeded check.Pauli
2019-08-27Fix SCA vulnerability when using PVK and MSBLOB key formatsCesar Pereida Garcia
2019-08-24Avoid overflowing FDSET when using select(2).Pauli
2019-08-23test/evp_test.c: distinguish parsing errors from processing errorsRichard Levitte
2019-08-22openssl dgst, openssl enc: check for end of inputRichard Levitte
2019-08-20Correct documented return value for BIO_get_mem_data()Johannes
2019-08-20Start up DEVRANDOM entropy improvement for older Linux devices.Pauli
2019-08-19Add a fallback definition for __NR_getrandom for x86 linuxBernd Edlinger
2019-08-19Fix some pod-page ordering nitsRich Salz
2019-08-19doc: fix link in BN_new.podMykola Baibuz
2019-08-19Add a fallback definition for __NR_getrandom for ARM linuxBernd Edlinger
2019-08-18Test for out-of-bounds write when requesting zero bytes from shakePatrick Steuer
2019-08-18Directly return from final sha3/keccak_final if no bytes are requestedPatrick Steuer
2019-08-18.travis.yml: Use travis_terminate on failureRich Salz
2019-08-17Fix error handling in X509_chain_up_refBernd Edlinger
2019-08-15INSTALL: clarify documentation of the --api=x.y.z deprecation optionDr. Matthias St. Pierre
2019-08-15Fix syntax error for the armv4 assemblerOmid Najafi
2019-08-15crypto/engine/eng_openssl.c: define TEST_ENG_OPENSSL_RC4_P_INIT conditionallyRichard Levitte
2019-08-14Extend tests of SSL_check_chain()Matt Caswell
2019-08-14Fix SSL_check_chain()Matt Caswell
2019-08-14Add missing EBCDIC stringsopensslonzos-github
2019-08-14Add description in X509_STORE manipulationPaul Yang
2019-08-13BIO_lookup_ex: Do not retry on EAI_MEMORYTomas Mraz
2019-08-13BIO_lookup_ex: Always retry the lookup on failure with AI_NUMERICHOST setTomas Mraz
2019-08-12Configurations/unit-Makefile.tmpl: Don't clean away dotted filesRichard Levitte
2019-08-12engines/build.info: if the padlock engine is disabled, don't build it!Richard Levitte
2019-08-12Remove some duplicate words from the documentationDenis Ovsienko
2019-08-09Add TLS tests for RSA-PSS Restricted certificatesMatt Caswell
2019-08-09Add Restricted PSS certificate and keyMatt Caswell
2019-08-09Ensure RSA PSS correctly returns the right default digestMatt Caswell
2019-08-09mention what happens if OPENSSL_NO_RC2 is definedVladimir Kotal
2019-08-09make ecp_nistz256_point_add_vis3() localVladimir Kotal
2019-08-08Fix reversed meaning of error codesMartin Ukrop
2019-08-08Clarify the INSTALL instructionsMatt Caswell
2019-08-08Change EVP_CIPHER_CTX_iv_length() to return current ivlen for some modesShane Lontis
2019-08-06Fix ECDSA_SIG docsMatt Caswell