aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't add write errors into bytecountsRobert Swiecki2015-05-191-2/+4
* Move certificate validity flags out of CERT.Dr. Stephen Henson2015-05-186-35/+36
* Move signing digest out of CERT.Dr. Stephen Henson2015-05-186-49/+45
* CERT tidyDr. Stephen Henson2015-05-187-63/+54
* ASN1 INTEGER refactor.Dr. Stephen Henson2015-05-188-578/+521
* Add types to indent.proDr. Stephen Henson2015-05-171-0/+8
* Further version negotiation updatesMatt Caswell2015-05-162-46/+23
* Move SSLv3_*method() functionsMatt Caswell2015-05-167-101/+18
* Updates following review commentsMatt Caswell2015-05-1613-325/+345
* Version negotiation rewrite doc updatesMatt Caswell2015-05-166-27/+36
* Version negotiation rewrite cleanupMatt Caswell2015-05-1617-2104/+283
* Client side version negotiation rewriteMatt Caswell2015-05-1615-38/+127
* Server side version negotiation rewriteMatt Caswell2015-05-1626-322/+645
* Remove unused #ifdef's from header filesRich Salz2015-05-152-40/+0
* Use #error in openssl/srp.hRich Salz2015-05-155-28/+48
* Make up for a missed 'make update' update.Rich Salz2015-05-151-25/+25
* Update mkdef for moved header file.Rich Salz2015-05-141-1/+1
* make dependRichard Levitte2015-05-1442-457/+633
* Add -Iinclude to crypto/ compilesRichard Levitte2015-05-141-1/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-14380-378/+378
* Adjust unixly mk1mf after introduction of tkeyRichard Levitte2015-05-142-3/+9
* make dependRichard Levitte2015-05-144-67/+68
* Identify and move OpenSSL internal header filesRichard Levitte2015-05-1417-17/+16
* Move definition of INTxx_MIN et al to internal headerRichard Levitte2015-05-142-19/+109
* use unit64_t for CPUID and timestamp codeDr. Stephen Henson2015-05-142-23/+11
* Allow use of standard integer types.Dr. Stephen Henson2015-05-141-0/+39
* Add missing ctype.hRich Salz2015-05-131-0/+1
* Fix ocsp bugsRich Salz2015-05-131-21/+37
* RT3841: memset() cipher_data when allocatedRich Salz2015-05-131-0/+1
* RT1207: document SSL_COMP_free_compression_methods.Rich Salz2015-05-131-3/+9
* Remove some outdated #defines.Rich Salz2015-05-131-15/+0
* util/incore update.Andy Polyakov2015-05-131-2/+5
* bn/Makefile: give MacOS X hand to compiler armv8-mont module.Andy Polyakov2015-05-131-0/+1
* bn/asm/armv8-mont.pl: boost performance.Andy Polyakov2015-05-132-19/+1275
* Configurations/10-main.conf: update iOS commentary.Andy Polyakov2015-05-131-1/+1
* aes/asm/bsaes-armv7.pl: fix compilation with Xcode 6.3.Andy Polyakov2015-05-131-2/+2
* aes/asm/aesni-sha256-x86_64.pl: fix Windows compilation failure with old asse...Andy Polyakov2015-05-131-3/+3
* Call of memcmp with null pointers in obj_cmp()Hanno Böck2015-05-131-0/+2
* Add CHANGES entry for Kerberos removalMatt Caswell2015-05-131-1/+5
* Remove remaining Kerberos referencesMatt Caswell2015-05-1318-305/+113
* Remove Kerberos support from libcryptoMatt Caswell2015-05-135-659/+1
* Remove Kerberos support from libsslMatt Caswell2015-05-1331-4406/+839
* Remove Kerberos support from appsMatt Caswell2015-05-133-78/+5
* Don't allow a CCS when expecting a CertificateVerifyMatt Caswell2015-05-132-64/+28
* Fix the heap corruption in libeay32!OBJ_add_object.Gunnar Kudrjavets2015-05-131-4/+4
* Fix cipherlist order.Dr. Stephen Henson2015-05-121-15/+17
* Make COMP_CTX and COMP_METHOD opaqueRich Salz2015-05-1214-125/+327
* Additional X509_ALGOR documentationDr. Stephen Henson2015-05-121-4/+29
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-11118-724/+754
* Add missing NULL check in X509V3_parse_list()Kurt Cancemi2015-05-111-0/+4