| Commit message (Expand) | Author | Files | Lines |
2018-03-21 | pkcs7.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 3 | -6/+42 |
2018-03-21 | pem.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 2 | -4/+52 |
2018-03-21 | objects.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 1 | -2/+16 |
2018-03-21 | md5.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 1 | -3/+4 |
2018-03-20 | evp.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 15 | -37/+174 |
2018-03-20 | err.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 8 | -27/+45 |
2018-03-20 | dsa.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 6 | -18/+36 |
2018-03-20 | dh.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 6 | -19/+34 |
2018-03-20 | des.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git; | schwarze | 2 | -15/+49 |
2018-03-20 | crypto.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 4 | -12/+35 |
2018-03-20 | buffer.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 1 | -5/+7 |
2018-03-20 | bn.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 16 | -65/+96 |
2018-03-20 | bio.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 17 | -36/+151 |
2018-03-20 | asn1.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 9 | -19/+105 |
2018-03-20 | HISTORY; from CHANGES.SSLeay | schwarze | 1 | -2/+6 |
2018-03-20 | Two HISTORY bits from the old CHANGES.SSLeay file, which goes up to | schwarze | 2 | -5/+9 |
2018-03-20 | In ssl.h rev. 1.154 2018/03/20 15:28:12, tb@ provided | schwarze | 1 | -9/+37 |
2018-03-20 | If X509_check_{host,email}() are called with a length of zero, use strlen() | jsing | 1 | -3/+7 |
2018-03-20 | In x509_vfy.h rev. 1.27 2018/03/20 15:26:22, jsing@ provided | schwarze | 1 | -4/+18 |
2018-03-20 | In i2d_SSL_SESSION(), on error call CBB_cleanup() with the correct CBB. | jsing | 1 | -2/+2 |
2018-03-20 | Avoid potentially calling strchr() on a NULL pointer in | jsing | 1 | -7/+6 |
2018-03-20 | bump minors after symbol addition | tb | 3 | -3/+3 |
2018-03-20 | Provide SSL_SESSION_set1_id() | tb | 4 | -3/+21 |
2018-03-20 | Provide X509_STORE_get_ex_new_index macro. | jsing | 1 | -1/+5 |
2018-03-19 | Remove the now unnecessary tls_init() call. | jsing | 1 | -4/+1 |
2018-03-19 | Remove the tls_init() call, since it is no longer necessary. | jsing | 1 | -3/+1 |
2018-03-19 | Automatically handle library initialisation for libtls. | jsing | 6 | -11/+28 |
2018-03-19 | Add regress test ensuring autoinit stays pledge("stdio") safe. | beck | 3 | -1/+50 |
2018-03-19 | correct funciton prototype | beck | 1 | -3/+3 |
2018-03-19 | I should not be calling ENGINE_load_builtin_engines_internal | beck | 1 | -4/+2 |
2018-03-19 | Add a -q (for quick) mode to apptest.sh, and use it by default. | beck | 2 | -11/+35 |
2018-03-19 | Correct mistake of loading the default openssl.conf by default during autoinit. | beck | 3 | -13/+37 |
2018-03-18 | In ecdsa.h rev. 1.5 2018/03/17 15:24:44, tb@ provided | schwarze | 1 | -4/+39 |
2018-03-18 | In rsa.h rev. 1.38 2018/03/17 15:12:56 and dsa.h rev. 1.30 2018/03/17 | schwarze | 10 | -15/+400 |
2018-03-18 | In x509.h rev. 1.43 2018/03/17 14:55:39, jsing@ provided | schwarze | 1 | -5/+16 |
2018-03-18 | In ocsp.h rev. 1.12 2018/03/17 14:44:34, jsing@ provided | schwarze | 1 | -4/+14 |
2018-03-18 | In ssl.h rev. 1.149 2018/03/17 14:40:45, jsing@ provided | schwarze | 1 | -6/+79 |
2018-03-18 | In x509.h rev. 1.42 2018/03/17 14:33:20, jsing@ provided | schwarze | 1 | -3/+14 |
2018-03-18 | In ssl.h rev. 1.148 2018/03/17 14:26:13, jsing@ provided | schwarze | 1 | -4/+30 |
2018-03-18 | Fix a typo: OPENSSL_INIT_LOAD_CONFIG doesn't have double underbars. | tb | 1 | -2/+2 |
2018-03-17 | Clean up now that autoconfiguration is available: | schwarze | 1 | -78/+55 |
2018-03-17 | In crypto.h rev. 1.43 and ssl.h rev. 1.153 2018/03/17 16:20:01, beck@ | schwarze | 6 | -7/+148 |
2018-03-17 | In ssl.h rev. 1.152 2018/03/17 15:55:52, tb@ provided | schwarze | 6 | -9/+97 |
2018-03-17 | In x509_cmp.c rev. 1.30 2018/03/17 14:57:23, jsing@ adjusted | schwarze | 1 | -3/+14 |
2018-03-17 | crank majors | tb | 3 | -6/+6 |
2018-03-17 | Bump minors after symbol addition | tb | 3 | -3/+3 |
2018-03-17 | Bring in compatibility for OpenSSL 1.1 style init functions. | beck | 20 | -38/+322 |
2018-03-17 | Provide SSL_SESSION_get_ticket_lifetime_hint() and | tb | 3 | -2/+18 |
2018-03-17 | Provide SSL_CTX_get_default_passwd_cb{,_userdata}() | tb | 3 | -2/+18 |
2018-03-17 | Provide X509_STORE_get0_param() | tb | 3 | -2/+10 |