| Commit message (Expand) | Author | Files | Lines |
2018-03-21 | dsa.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git | schwarze | 1 | -6/+6 |
2018-03-21 | crypto.c HISTORY up to SSLeay 0.9.0; researched from OpenSSL git | schwarze | 1 | -5/+9 |
2018-03-21 | bn.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git | schwarze | 5 | -28/+32 |
2018-03-21 | bio.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git | schwarze | 5 | -15/+45 |
2018-03-21 | blowfish.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git | schwarze | 1 | -2/+6 |
2018-03-21 | asn1.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git | schwarze | 4 | -11/+27 |
2018-03-21 | ssl.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 77 | -163/+552 |
2018-03-21 | x509_vfy.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 6 | -12/+49 |
2018-03-21 | x509.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 35 | -77/+297 |
2018-03-21 | stack.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 1 | -6/+28 |
2018-03-21 | sha.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 1 | -3/+4 |
2018-03-21 | rsa.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 9 | -23/+66 |
2018-03-21 | rc4.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 1 | -3/+4 |
2018-03-21 | rand.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 3 | -8/+17 |
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 |