summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-15Rewrite the ENGINE_*(3) documentation from scratch (step 1,schwarze10-530/+1303
2018-04-14In eng_lib.c rev. 1.14 2018/04/14 07:18:37, tb@ allowed ENGINE_free(3)schwarze1-53/+46
2018-04-14Make ENGINE_free() succeed on NULL. Matches OpenSSL's behavior andtb8-41/+41
2018-04-14make ENGINE_finish() succeed on NULL and simplify callers as intb13-100/+58
2018-04-11In ssl.h rev. 1.155 2018/04/11 17:47:36, jsing@ changedschwarze1-13/+3
2018-04-11Nuke SSL_OP_TLS_ROLLBACK_BUG - this is a workaround for buggy clients fromjsing2-36/+17
2018-04-10Delete the description of the argument of the "ciphers" commandschwarze1-145/+13
2018-04-10Write documentation for the control string parameter from scratch,schwarze1-30/+273
2018-04-10tweak usage()tb1-1/+1
2018-04-08Fail early if an X509_VERIFY_PARAM is poisoned - don't allowbeck1-8/+10
2018-04-08sort the list of data structures and add the missing ECDH and ECDSA;schwarze1-57/+13
2018-04-07tweak previous;jmc1-4/+4
2018-04-07Correct man page for OpenSSL_no_config() to indicate that itbeck1-4/+8
2018-04-07Remove function pointers for ssl_{read,write,peek}.jsing8-59/+11
2018-04-07Nuke SSL3_FLAGS_DELAY_CLIENT_FINISHED and SSL3_FLAGS_POP_BUFFER.jsing4-70/+8
2018-04-07Revise regress to match tls_keypair_clear() removal.jsing1-18/+3
2018-04-07Correct tls_config_clear_keys() behaviour.jsing3-30/+18
2018-04-07Switch to OPENSSL_init_ssl() and prevent an openssl configuration file fromjsing1-3/+2
2018-04-07tweak previous;jmc1-8/+8
2018-04-07test X509_NAME_add_entry_by_txt(3); feedback and OK jsing@schwarze4-2/+81
2018-04-07sys/uio.h is not used anymoreotto1-3/+2
2018-04-06Revert revision 1.12 commit. Although *pval looks like a C pointer,bluhm1-2/+5
2018-04-06Avoid leaking str if EVP_Digest() fails.tb1-3/+6
2018-04-06poison for X509_VERIFY_PARAM'sbeck4-45/+107
2018-04-04Fix two bugs in X509_NAME_add_entry(3):schwarze1-7/+4
2018-04-03KNF: move two opening curly braces of function bodies to their own linestb2-4/+6
2018-04-03Typo: typdef -> typedef.tb1-3/+3
2018-04-03Add missing $OpenBSD$ tags.tb2-0/+2
2018-04-02In ssl.h rev. 1.151 2018/03/17 15:48:31, tb@ providedschwarze1-6/+34
2018-04-02In x509_vfy.h rev. 1.26 2018/03/17 15:43:32, tb@ providedschwarze1-6/+14
2018-04-02In x509_vfy.h rev. 1.25 2018/03/17 15:39:43, tb@ providedschwarze1-4/+21
2018-04-01When you replace an element in a sorted array with somethingschwarze2-13/+6
2018-03-31Improve description of openssl(1) ciphers.schwarze1-9/+5
2018-03-30Updates to the description of "openssl ca" from OpenSSL.schwarze1-23/+82
2018-03-30checked the content against the current version of OpenSSL openssl.pod;schwarze1-5/+5
2018-03-30fix typo; from <Alex dot Gaynor at gmail dot com>schwarze1-4/+4
2018-03-30jsing@ points out to me that our X25519 interface was copied fromschwarze1-98/+85
2018-03-30Add missing $OpenBSD$.jsing1-0/+1
2018-03-30fix MALLOC_STATS; spotted by and ok semarie@otto1-1/+5
2018-03-30include more information about how to create keys;schwarze1-6/+19
2018-03-30Add one short sentence each from the new OpenSSL X509_STORE_add_cert(3)schwarze2-4/+10
2018-03-29Remove mention of link between message digests and public key algorithms.schwarze2-16/+8
2018-03-29missing "const" in seven prototypes;schwarze1-16/+16
2018-03-29describe EC_POINT_get_affine_coordinates_GFp(3) andschwarze1-3/+15
2018-03-29correct callback argument for BIO_puts(3);schwarze1-4/+4
2018-03-29BIO_get_mem_data(3) and BIO_get_mem_ptr(3) assign to *pp, not to pp;schwarze1-5/+5
2018-03-29spelling; from <Alex dot Gaynor at gmail dot com>schwarze1-5/+5
2018-03-29missing words; from Ivan Filenko <ivan dot filenko at protonmail dot com>schwarze1-5/+5
2018-03-29Fix three bugs in setlocale(3):schwarze1-2/+2
2018-03-29Limit ASN.1 constructed types recursive definition depthinoguchi3-22/+45