summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-21ssl.h HISTORY up to 0.9.2b; researched from OpenSSL gitschwarze8-11/+49
2018-03-21crypto HISTORY up to OpenSSL 0.9.2b; researched from OpenSSL gitschwarze18-30/+134
2018-03-21Full sync of CA list with Mozilla's.sthen1-580/+3448
2018-03-21Adjust (non-installed) helper script to cope better with CAs that don't havesthen1-2/+6
2018-03-21crypto HISTORY up to OpenSSL 0.9.1c; researched from OpenSSL gitschwarze1-3/+6
2018-03-21ssl.h HISTORY up to SSLeay 0.9.1; researched from OpenSSL gitschwarze2-4/+12
2018-03-21crypto HISTORY up to SSLeay 0.9.1; researched from OpenSSL gitschwarze17-34/+101
2018-03-21ssl.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL gitschwarze11-23/+86
2018-03-21x509_vfy.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL gitschwarze3-7/+14
2018-03-21rsa.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL gitschwarze5-16/+20
2018-03-21ripemd.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL gitschwarze1-3/+4
2018-03-21objects.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL gitschwarze1-1/+3
2018-03-21hmac.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL gitschwarze1-4/+6
2018-03-21evp.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL gitschwarze3-10/+27
2018-03-21err.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL gitschwarze3-18/+19
2018-03-21dsa.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL gitschwarze1-6/+6
2018-03-21crypto.c HISTORY up to SSLeay 0.9.0; researched from OpenSSL gitschwarze1-5/+9
2018-03-21bn.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL gitschwarze5-28/+32
2018-03-21bio.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL gitschwarze5-15/+45
2018-03-21blowfish.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL gitschwarze1-2/+6
2018-03-21asn1.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL gitschwarze4-11/+27
2018-03-21ssl.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze77-163/+552
2018-03-21x509_vfy.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze6-12/+49
2018-03-21x509.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze35-77/+297
2018-03-21stack.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze1-6/+28
2018-03-21sha.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze1-3/+4
2018-03-21rsa.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze9-23/+66
2018-03-21rc4.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze1-3/+4
2018-03-21rand.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze3-8/+17
2018-03-21pkcs7.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze3-6/+42
2018-03-21pem.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2-4/+52
2018-03-21objects.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze1-2/+16
2018-03-21md5.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze1-3/+4
2018-03-20evp.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze15-37/+174
2018-03-20err.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze8-27/+45
2018-03-20dsa.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze6-18/+36
2018-03-20dh.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze6-19/+34
2018-03-20des.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git;schwarze2-15/+49
2018-03-20crypto.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze4-12/+35
2018-03-20buffer.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze1-5/+7
2018-03-20bn.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze16-65/+96
2018-03-20bio.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze17-36/+151
2018-03-20asn1.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze9-19/+105
2018-03-20HISTORY; from CHANGES.SSLeayschwarze1-2/+6
2018-03-20Two HISTORY bits from the old CHANGES.SSLeay file, which goes up toschwarze2-5/+9
2018-03-20In ssl.h rev. 1.154 2018/03/20 15:28:12, tb@ providedschwarze1-9/+37
2018-03-20If X509_check_{host,email}() are called with a length of zero, use strlen()jsing1-3/+7
2018-03-20In x509_vfy.h rev. 1.27 2018/03/20 15:26:22, jsing@ providedschwarze1-4/+18
2018-03-20In i2d_SSL_SESSION(), on error call CBB_cleanup() with the correct CBB.jsing1-2/+2
2018-03-20Avoid potentially calling strchr() on a NULL pointer injsing1-7/+6