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