aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo in commentBenjamin Kaduk2017-09-131-1/+1
* Support key check in EVP interfacePaul Yang2017-09-1317-10/+322
* Always use $ as shell prompt in exampleRich Salz2017-09-121-2/+2
* Document the recursive optionRichard Levitte2017-09-121-0/+5
* Add a recursive option to 'openssl storeutl'Richard Levitte2017-09-121-17/+56
* Disable the EGD seeding meachanism when stdio is disabledRichard Levitte2017-09-121-1/+1
* rsa/rsa_pmeth.c: recognize SHA3 as supported RSA digest.Andy Polyakov2017-09-111-0/+4
* evp/m_sha3.c: wire SHA3 to rsaEncryption.Andy Polyakov2017-09-111-2/+2
* objects/obj_xref.txt: cross-reference SHA3 and rsaEncryption.Andy Polyakov2017-09-112-0/+12
* objects/objects.txt: fix RSA-SHA3-284 typo.Andy Polyakov2017-09-114-10/+10
* Update rsautl.pod for typomultics2017-09-111-1/+1
* SSL Trace improvementsFdaSilvaYY2017-09-101-39/+58
* sha/asm/keccak1600-armv8.pl: fix return value buglet and ...Andy Polyakov2017-09-091-147/+11
* Introduce named constants for the ClientHello callback.David Benjamin2017-09-085-21/+31
* Fix test documentation.David Benjamin2017-09-082-4/+4
* Rename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.David Benjamin2017-09-0818-283/+302
* Add UI functions to set result with explicit length and to retrieve the lengthRichard Levitte2017-09-0810-17/+89
* Document default section and library configurationxemdetia2017-09-081-1/+4
* Allow an endpoint to read the alert data before closing the socketMatt Caswell2017-09-081-0/+17
* Fix error handling/cleanupRich Salz2017-09-071-13/+5
* Fix test_client_hello with no-tls1_2_methodBenjamin Kaduk2017-09-071-2/+3
* Restore historical behavior for absent ServerHello extensionsBenjamin Kaduk2017-09-071-2/+2
* Add checks for alloc failing.Rich Salz2017-09-062-2/+4
* add callback handler for setting DTLS timer intervalAlfred E. Heggestad2017-09-067-9/+114
* Fix OSSL_STORE's 'file' loader: make sure peekbuf is initialisedRichard Levitte2017-09-051-1/+1
* Don't use ciphersuites for inflating the ClientHello in clienthellotestMatt Caswell2017-09-041-7/+5
* Don't attempt to add a zero length padding extensionMatt Caswell2017-09-041-1/+1
* Fix 90-test_store.t: using config() requires OpenSSL::Test::UtilsRichard Levitte2017-09-041-0/+1
* Fix an include location problem in the extrended tests.Pauli2017-09-043-4/+4
* OSSL_STORE: Avoid testing with URIs on the mingw command lineRichard Levitte2017-09-031-25/+79
* Fix doc-nits from previous commitRich Salz2017-09-023-2/+4
* config: get "stty technique" working again on MacOS X.Andy Polyakov2017-09-021-3/+1
* test/run_tests.pl: don't use Module::Load::Conditional.Andy Polyakov2017-09-021-3/+2
* Less documentation for deprecated APIRich Salz2017-09-0215-174/+103
* Fix OpenSSL::Test::Utils::config to actualy load the config dataRichard Levitte2017-09-011-0/+1
* Fix long SNI lengths in test/handshake_helper.cBenjamin Kaduk2017-09-011-2/+2
* Fixup include path in ossl_shim test after e_os.h workBenjamin Kaduk2017-09-011-1/+1
* Tighten up SSL_get1_supported_ciphers() docsBenjamin Kaduk2017-09-011-6/+6
* Fix Proxy where a timeout occurs waiting for both client and serverMatt Caswell2017-09-011-3/+6
* crypto/cryptlib.c: mask more capability bits upon FXSR bit flip.Andy Polyakov2017-09-012-7/+21
* ssl/statem/extensions_clnt.c: fix return code buglet.Andy Polyakov2017-09-011-1/+1
* ssl/statem/*.c: address "enum mixed with another type" warnings.Andy Polyakov2017-09-014-9/+12
* struct timeval include guardsPauli2017-09-017-35/+14
* Address feedbackRich Salz2017-08-311-25/+35
* Add CRYPTO_thread_glock_newRich Salz2017-08-3114-19/+91
* Fix potential null problem.Pauli2017-09-011-2/+2
* Avoid possible uninitialized variable.Rich Salz2017-08-311-1/+1
* OpenSSL::Test::__fixup_prg: don't check program existenceRichard Levitte2017-08-311-5/+0
* util/mkdef.pl: handle line terminators correctlyRichard Levitte2017-08-311-2/+1
* Various review fixes for PSK early_data supportMatt Caswell2017-08-315-11/+17