aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove support for OPENSSL_NO_TLSEXTMatt Caswell2015-05-2227-619/+328
* RT266: Add HTTP proxy/CONNECT to s_clientMichael Trapp2015-05-222-6/+55
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-2262-42/+154
* Ignore files from other branchesMatt Caswell2015-05-221-0/+26
* Lost alert in DTLSLubom2015-05-221-1/+1
* Fix various OPENSSL_NO_* optionsMatt Caswell2015-05-223-12/+40
* Fix a memory leak in compressionMatt Caswell2015-05-224-26/+45
* make updateDr. Stephen Henson2015-05-212-1/+21
* correctionDr. Stephen Henson2015-05-211-1/+1
* Add scrypt PBE algorithm code.Dr. Stephen Henson2015-05-218-10/+361
* Add scrypt OID from draft-josefsson-scrypt-kdf-03Dr. Stephen Henson2015-05-214-5/+18
* Replace switch/assignments with table lookupRich Salz2015-05-202-388/+173
* Correctly check for export size limitKurt Roeckx2015-05-203-5/+4
* Add functions to convert between uint64_t and ASN1_INTEGER.Dr. Stephen Henson2015-05-204-0/+57
* Only support >= 256-bit elliptic curves with ecdh_auto (server) or by default...Emilia Kasper2015-05-203-21/+58
* Remove dh512.pemEmilia Kasper2015-05-202-12/+2
* Update documentation with Diffie-Hellman best practices.Emilia Kasper2015-05-201-63/+42
* dhparam: fix documentationEmilia Kasper2015-05-201-5/+8
* make updateDr. Stephen Henson2015-05-203-14/+28
* Add scrypt tests.Dr. Stephen Henson2015-05-202-1/+198
* Add scrypt support.Dr. Stephen Henson2015-05-203-2/+302
* GitHub284: Fix typo in xx-32.pl scripts.StudioEtrange2015-05-202-3/+3
* bn/asm/vis3-mont.pl: fix intermittent EC failures on SPARC T3.Andy Polyakov2015-05-201-5/+5
* move masks out of CERT structureDr. Stephen Henson2015-05-197-53/+39
* 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