| Commit message (Expand) | Author | Files | Lines |
2015-02-03 | Add SSL_get_extms_support documentation. | Dr. Stephen Henson | 2 | -1/+36 |
2015-02-03 | Add CHANGES entry. | Dr. Stephen Henson | 1 | -0/+6 |
2015-02-03 | Ctrl to retrieve extms support. | Dr. Stephen Henson | 2 | -0/+9 |
2015-02-03 | Add extms support to master key generation. | Dr. Stephen Henson | 5 | -23/+73 |
2015-02-03 | Extended master secret extension support. | Dr. Stephen Henson | 4 | -1/+26 |
2015-02-03 | Rewrite ssl3_send_client_key_exchange to support extms. | Dr. Stephen Henson | 3 | -86/+112 |
2015-02-03 | Utility function to retrieve handshake hashes. | Dr. Stephen Henson | 3 | -39/+41 |
2015-02-03 | Add flags field to SSL_SESSION. | Dr. Stephen Henson | 2 | -0/+28 |
2015-02-03 | Check PKCS#8 pkey field is valid before cleansing. | Dr. Stephen Henson | 1 | -1/+2 |
2015-02-03 | old_des fix windows build, remove docs | Rich Salz | 3 | -89/+1 |
2015-02-03 | Remove old DES API | Rich Salz | 41 | -4295/+95 |
2015-02-02 | Dead code: if 0 removal from crypto/evp and an unused file. | Rich Salz | 4 | -487/+0 |
2015-02-02 | Dead code removal; #if 0 from crypto/des | Rich Salz | 3 | -77/+0 |
2015-02-02 | Dead code cleanup: crypto/ec,ecdh,ecdsa | Rich Salz | 7 | -59/+0 |
2015-02-02 | Dead code cleanup; remove #if 0 from crypto/engine | Rich Salz | 3 | -42/+0 |
2015-02-02 | Dead code cleanup: #if 0 dropped from tests | Rich Salz | 7 | -366/+1 |
2015-02-02 | Dead code cleanup: crypto/*.c, x509v3, demos | Rich Salz | 10 | -223/+6 |
2015-02-02 | cms-test.pl: "localize" /dev/null even further [as follow-up to VMS]. | Andy Polyakov | 1 | -3/+3 |
2015-01-31 | Make the libssl opaque changes compile on VMS | Richard Levitte | 1 | -1/+1 |
2015-01-31 | Add changes entry for opaquifying of libssl structures | Matt Caswell | 1 | -0/+5 |
2015-01-31 | Remove OPENSSL_NO_SSL_INTERN as it is now redundant - all internals | Matt Caswell | 3 | -5/+0 |
2015-01-31 | Make libssl opaque. Move all structures that were previously protected by | Matt Caswell | 6 | -1050/+1039 |
2015-01-30 | Build correctly for me on FreeBSD 10. | Ben Laurie | 3 | -1/+3 |
2015-01-30 | Dead code removal: #if 0 asn1, pkcs7 | Rich Salz | 10 | -243/+5 |
2015-01-30 | Dead code clean: #if 0 removal in apps | Rich Salz | 9 | -136/+1 |
2015-01-30 | Dead code removal #if 0 engines | Rich Salz | 4 | -124/+0 |
2015-01-30 | Dead code removal: #if 0 conf, dso, pqueue, threads | Rich Salz | 9 | -134/+0 |
2015-01-30 | modes/gcm128.c: harmonize ctx->ghash assignment, shortcut *_ctr32 | Andy Polyakov | 1 | -106/+92 |
2015-01-30 | modes/gcm128.c: fix OPENSSL_SMALL_FOOTPRINT compile failure | Andy Polyakov | 1 | -0/+8 |
2015-01-30 | Since SHA0 was completely removed, also remove the related test | Richard Levitte | 1 | -16/+4 |
2015-01-30 | Update on the use of logical names for OpenSSL configuration | Richard Levitte | 1 | -9/+17 |
2015-01-30 | VMS exit codes weren't handled well enough and were unclear | Richard Levitte | 1 | -3/+11 |
2015-01-30 | VMS adjustments: | Richard Levitte | 1 | -4/+6 |
2015-01-30 | VMS adjustments: | Richard Levitte | 1 | -4/+9 |
2015-01-30 | VMS build changes | Richard Levitte | 2 | -230/+219 |
2015-01-30 | VMS adjustments: | Richard Levitte | 5 | -97/+298 |
2015-01-30 | VMS adjustments: | Richard Levitte | 3 | -2/+27 |
2015-01-30 | dso_vms needs to add the .EXE extension if there is none already | Richard Levitte | 1 | -1/+15 |
2015-01-30 | Dead code removal: #if 0 bio, comp, rand | Rich Salz | 7 | -404/+12 |
2015-01-29 | Make output consistency: remove blank line | Rich Salz | 1 | -1/+0 |
2015-01-29 | clang on Linux x86_64 complains about unreachable code. | Richard Levitte | 35 | -54/+2 |
2015-01-28 | Fix various windows compilation issues | Matt Caswell | 4 | -10/+2 |
2015-01-28 | Fix int/unsigned compiler complaint | Rich Salz | 1 | -1/+1 |
2015-01-28 | Remove support for opaque-prf | Rich Salz | 13 | -399/+3 |
2015-01-28 | Add missing declaration for lh_node_usage_stats | Rich Salz | 1 | -0/+1 |
2015-01-28 | Rename index to idx to avoid symbol conflicts. | Rich Salz | 1 | -55/+55 |
2015-01-28 | Finish removal of DSS | Rich Salz | 3 | -120/+7 |
2015-01-28 | Fix warning on some compilers where variable index shadows a global | Matt Caswell | 1 | -5/+5 |
2015-01-28 | Fix no-ocb for Windows | Matt Caswell | 3 | -15/+20 |
2015-01-28 | Rationalise testing of AEAD modes | Matt Caswell | 1 | -29/+5 |