summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Make ENGINE_free() succeed on NULL. Matches OpenSSL's behavior andtb2018-04-148-41/+41
* make ENGINE_finish() succeed on NULL and simplify callers as intb2018-04-1413-100/+58
* In ssl.h rev. 1.155 2018/04/11 17:47:36, jsing@ changedschwarze2018-04-111-13/+3
* Nuke SSL_OP_TLS_ROLLBACK_BUG - this is a workaround for buggy clients fromjsing2018-04-112-36/+17
* Delete the description of the argument of the "ciphers" commandschwarze2018-04-101-145/+13
* Write documentation for the control string parameter from scratch,schwarze2018-04-101-30/+273
* tweak usage()tb2018-04-101-1/+1
* Fail early if an X509_VERIFY_PARAM is poisoned - don't allowbeck2018-04-081-8/+10
* sort the list of data structures and add the missing ECDH and ECDSA;schwarze2018-04-081-57/+13
* tweak previous;jmc2018-04-071-4/+4
* Correct man page for OpenSSL_no_config() to indicate that itbeck2018-04-071-4/+8
* Remove function pointers for ssl_{read,write,peek}.jsing2018-04-078-59/+11
* Nuke SSL3_FLAGS_DELAY_CLIENT_FINISHED and SSL3_FLAGS_POP_BUFFER.jsing2018-04-074-70/+8
* Revise regress to match tls_keypair_clear() removal.jsing2018-04-071-18/+3
* Correct tls_config_clear_keys() behaviour.jsing2018-04-073-30/+18
* Switch to OPENSSL_init_ssl() and prevent an openssl configuration file fromjsing2018-04-071-3/+2
* tweak previous;jmc2018-04-071-8/+8
* test X509_NAME_add_entry_by_txt(3); feedback and OK jsing@schwarze2018-04-074-2/+81
* sys/uio.h is not used anymoreotto2018-04-071-3/+2
* Revert revision 1.12 commit. Although *pval looks like a C pointer,bluhm2018-04-061-2/+5
* Avoid leaking str if EVP_Digest() fails.tb2018-04-061-3/+6
* poison for X509_VERIFY_PARAM'sbeck2018-04-064-45/+107
* Fix two bugs in X509_NAME_add_entry(3):schwarze2018-04-041-7/+4
* KNF: move two opening curly braces of function bodies to their own linestb2018-04-032-4/+6
* Typo: typdef -> typedef.tb2018-04-031-3/+3
* Add missing $OpenBSD$ tags.tb2018-04-032-0/+2
* In ssl.h rev. 1.151 2018/03/17 15:48:31, tb@ providedschwarze2018-04-021-6/+34
* In x509_vfy.h rev. 1.26 2018/03/17 15:43:32, tb@ providedschwarze2018-04-021-6/+14
* In x509_vfy.h rev. 1.25 2018/03/17 15:39:43, tb@ providedschwarze2018-04-021-4/+21
* When you replace an element in a sorted array with somethingschwarze2018-04-012-13/+6
* Improve description of openssl(1) ciphers.schwarze2018-03-311-9/+5
* Updates to the description of "openssl ca" from OpenSSL.schwarze2018-03-301-23/+82
* checked the content against the current version of OpenSSL openssl.pod;schwarze2018-03-301-5/+5
* fix typo; from <Alex dot Gaynor at gmail dot com>schwarze2018-03-301-4/+4
* jsing@ points out to me that our X25519 interface was copied fromschwarze2018-03-301-98/+85
* Add missing $OpenBSD$.jsing2018-03-301-0/+1
* fix MALLOC_STATS; spotted by and ok semarie@otto2018-03-301-1/+5
* include more information about how to create keys;schwarze2018-03-301-6/+19
* Add one short sentence each from the new OpenSSL X509_STORE_add_cert(3)schwarze2018-03-302-4/+10
* Remove mention of link between message digests and public key algorithms.schwarze2018-03-292-16/+8
* missing "const" in seven prototypes;schwarze2018-03-291-16/+16
* describe EC_POINT_get_affine_coordinates_GFp(3) andschwarze2018-03-291-3/+15
* correct callback argument for BIO_puts(3);schwarze2018-03-291-4/+4
* BIO_get_mem_data(3) and BIO_get_mem_ptr(3) assign to *pp, not to pp;schwarze2018-03-291-5/+5
* spelling; from <Alex dot Gaynor at gmail dot com>schwarze2018-03-291-5/+5
* missing words; from Ivan Filenko <ivan dot filenko at protonmail dot com>schwarze2018-03-291-5/+5
* Fix three bugs in setlocale(3):schwarze2018-03-291-2/+2
* Limit ASN.1 constructed types recursive definition depthinoguchi2018-03-293-22/+45
* found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsschwarze2018-03-27229-917/+1179
* Clear password buffers in non-terminating casesderaadt2018-03-271-8/+11