summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-04-23Fix usage of ossl_assert()Kurt Roeckx
2018-04-23ARM assembly pack: make it work with older assembler.Andy Polyakov
2018-04-2300-base-templates.conf: wire keccak1600-armv4 module.Andy Polyakov
2018-04-23sha/asm/keccak1600-armv4.pl: adapt for multi-platform.Andy Polyakov
2018-04-2300-base-templates.conf: wire keccak1600-ppc64 module.Andy Polyakov
2018-04-2300-base-templates.conf: wire keccak1600-s390x module.Andy Polyakov
2018-04-2300-base-templates.conf: wire keccak1600-armv8 module.Andy Polyakov
2018-04-2300-base-templates.conf: wire keccak1600-x86_64 module.Andy Polyakov
2018-04-23sha/asm/keccak1600-x86_64.pl: make it work on Windows.Andy Polyakov
2018-04-23Configure: add $target{keccak1600_asm_src}.Andy Polyakov
2018-04-23sha/asm/keccak1600-armv8.pl: halve the size of hw-assisted subroutine.Andy Polyakov
2018-04-23.travis.yml: switch to newer osx image.Andy Polyakov
2018-04-23Fix openssl ca, to correctly make output file binary when using -spkacRichard Levitte
2018-04-23Fix late opening of output fileRichard Levitte
2018-04-22Add support for getrandom() or equivalent system calls and use them by defaultKurt Roeckx
2018-04-20Fix building linux-armv4 with --strict-warningsBernd Edlinger
2018-04-20Ensure the thread keys are always allocated in the same orderBernd Edlinger
2018-04-20openssl/err.h: remove duplicate OSSL_STOREerr()Dr. Matthias St. Pierre
2018-04-20openssl/ssl.h: restore some renamed public SSL_CTRL definesDr. Matthias St. Pierre
2018-04-20Add a test for SSL_pending()Matt Caswell
2018-04-20Fix SSL_pending() for DTLSMatt Caswell
2018-04-20Test the state of SSL_in_init() from the info_callbackMatt Caswell
2018-04-20Make sure SSL_in_init() returns 0 at SSL_CB_HANDSHAKE_DONEMatt Caswell
2018-04-19Document supported digest functionsKurt Roeckx
2018-04-19Enable all implemented digestsRichard Levitte
2018-04-19Clear buffer in PEM_write_bioBernd Edlinger
2018-04-19Reflect special `DEFAULT` behavior in ciphers(1)Alois Mahdal
2018-04-19Don't distribute team internal config targetsRichard Levitte
2018-04-19correct spelling errors detected by Debian lintianA. Schulze
2018-04-19Add a test for a NULL X509_STORE in X509_STORE_CTX_initMatt Caswell
2018-04-19Don't crash if there are no trusted certsMatt Caswell
2018-04-19Fix ocsp app exit codeMatt Caswell
2018-04-19Fix no-ecMatt Caswell
2018-04-19Correct an ommission in the EVP_DigestSignInit docsMatt Caswell
2018-04-18Add missing index_index() when reloading OCSP responderViktor Dukhovni
2018-04-18Clarify the configuration module in config.podBeat Bolli
2018-04-18apps/s_socket.c: fix memory sanitizer problem in ACCEPT printout.Andy Polyakov
2018-04-18TLSProxy/Proxy.pm: preclude output intermix.Andy Polyakov
2018-04-18recipes/70-test_ssl{cbcpadding,extension,records}: make it work w/fragmentation.Andy Polyakov
2018-04-18TLSProxy/Record.pm: add is_fatal_alert method.Andy Polyakov
2018-04-18TLSProxy/Proxy.pm: refine NewSessionTicket detection.Andy Polyakov
2018-04-18TLSProxy/Message.pm: refine end-of-conversation detection logic.Andy Polyakov
2018-04-18poly1305/asm/poly1305-armv4.pl: remove unintentional relocation.Rahul Chaudhry
2018-04-18Style: ssl.hFdaSilvaYY
2018-04-18Update EVP_DigestSignInit() docsMatt Caswell
2018-04-18test: Remove redundant SSL_CTX_set_max_early_dataPeter Wu
2018-04-18Add support for logging early exporter secretPeter Wu
2018-04-18Add test for CLIENT_EARLY_TRAFFIC_SECRET key loggingPeter Wu
2018-04-18Add support for logging TLS 1.3 exporter secretPeter Wu
2018-04-17BIGNUM signed add/sub routines refactoryDavide Galassi