summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-08-06Correct the Extended Master Secret string for EBCDICMatt Caswell
2019-08-05Fix SSL_MODE_RELEASE_BUFFERS functionalityMatt Caswell
2019-08-01Add missing accessors for X509 AuthorityKeyIdentifierDr. Matthias St. Pierre
2019-08-01Use allow_early_data_cb from SSL instead of SSL_CTXraja-ashok
2019-07-31Fix TyposAntoine Cœur
2019-07-31Fix warning C4164 in MSVC.joe2018Outlookcom
2019-07-31make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSADavid von Oheimb
2019-07-30Use OPENSSL_strlcpy instead of strncpy in e_afalg.cBernd Edlinger
2019-07-29Add weak platform independent PRNG to test framework.Pauli
2019-07-25Don't generate an unnecessary Diffie-Hellman key in TLS 1.3 clients.David Benjamin
2019-07-25Fix default installation paths on mingwRichard Levitte
2019-07-23Make rand_pool buffers more dynamic in their sizing.Pauli
2019-07-23Allocate DRBG additional data pool from non-secure memoryBernd Edlinger
2019-07-24Remove HEADER_X509_H include detector from appsDr. Matthias St. Pierre
2019-07-24Remove OPENSSL_X509V3_H include detector from openssl/cms.hDr. Matthias St. Pierre
2019-07-24Remove HEADER_BSS_FILE_C module include guardDr. Matthias St. Pierre
2019-07-24Remove external HEADER_SYMHACKS_H include guardDr. Matthias St. Pierre
2019-07-24Change DH parameters to generate the order q subgroup instead of 2qBernd Edlinger
2019-07-23Avoid double clearing some BIGNUMsPauli
2019-07-21Cygwin: enable the use of Dl_info and dladdr()Richard Levitte
2019-07-19test/enginetest.c: Make sure no config file is loadedRichard Levitte
2019-07-18Add value_barriers in constant time select functionsBernd Edlinger
2019-07-18Cleanup use of X509 STORE locksShane Lontis
2019-07-17s390x assembly pack: fix restoring of SIGILL actionPatrick Steuer
2019-07-17Fix a C++ comment in the refcount.hBernd Edlinger
2019-07-17Fix the return value for SSL_get0_chain_certs()Matt Caswell
2019-07-16Fix SSL_CTX_set_session_id_context() docsTodd Short
2019-07-16Actually silently ignore GET / OCSP requestsViktor Dukhovni
2019-07-16Remove DRBG from SSL structure.Pauli
2019-07-15Fix wrong lock claimed in x509 dir lookup.Krists Krilovs
2019-07-12issue-9316: Update return documentation for RAND_set_rand_engineagnosticdev
2019-07-08Avoid NULL pointer dereference. Fixes #9043.Dmitry Belyavskiy
2019-07-08iOS build: Replace %20 with space in config scriptJohn Schember
2019-07-08Fix build error for aarch64 big endian.Lei Maohui
2019-07-07man: fix typo in OPENSSL_fork_prepare.podDr. Matthias St. Pierre
2019-07-07Fix an endless loop in BN_generate_prime_exBernd Edlinger
2019-07-04Clarify documentation of SSL_CTX_set_verify client side behaviorTomas Mraz
2019-07-02Adding Test.pm with workaround for Perl abs2rel bugMartin Peylo
2019-07-02Check for V_ASN1_BOOLEAN/V_ASN1_NULL in X509_ATTRIBUTE_get0_dataBernd Edlinger
2019-07-02Fix ASN1_TYPE_get/set with type=V_ASN1_BOOLEANBernd Edlinger
2019-07-02Add regenerated header filesDr. Matthias St. Pierre
2019-07-02util/mkerr.pl: Add an inclusion of symhacks.h in all error filesRich Salz
2019-07-01Ensure that rc5 doesn't try to use a key longer than 2040 bitsMatt Caswell
2019-07-01Fix TyposAntoine Cœur
2019-06-27man: clarify the 'random number generator must be seeded' requirementDr. Matthias St. Pierre
2019-06-27man: fix documentation for RSA_generate_key()Dr. Matthias St. Pierre
2019-06-25Excise AES-XTS FIPS check.Pauli
2019-06-26Move 'shared_sigalgs' from cert_st to ssl_stBenjamin Kaduk
2019-06-26Revert "Delay setting the sig algs until after the cert_cb has been called"Benjamin Kaduk
2019-06-26Add regression test for #9099Benjamin Kaduk