summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* sha512-sparcv9.pl: fix binutils compilation error.Andy Polyakov2012-09-151-1/+1
* e_aes.c: uninitialized variable in aes_ccm_init_key.Andy Polyakov2012-09-151-0/+1
* Add -rev test option to s_server to just reverse order of characters receivedDr. Stephen Henson2012-09-142-1/+152
* Add -brief option to s_client and s_server to summarise connection details.Dr. Stephen Henson2012-09-125-16/+125
* Add ctrl and utility functions to retrieve raw cipher list sent by client inDr. Stephen Henson2012-09-128-10/+55
* enhance EC method to support setting curve type when generating keys and add ...Dr. Stephen Henson2012-09-112-5/+41
* fix memory leakDr. Stephen Henson2012-09-111-0/+6
* Minor enhancement to PR#2836 fix. Instead of modifying SSL_get_certificateDr. Stephen Henson2012-09-113-10/+14
* Call OCSP Stapling callback after ciphersuite has been chosen, so theBen Laurie2012-09-115-39/+87
* fix memory leakDr. Stephen Henson2012-09-091-0/+4
* update READMEDr. Stephen Henson2012-09-091-4/+16
* Extend certificate creation examples to include CRL generation and sampleDr. Stephen Henson2012-09-094-7/+99
* New -valid option to add a certificate to the ca index.txt that is valid and ...Dr. Stephen Henson2012-09-091-1/+18
* new ctrl to retrive value of received temporary key in server key exchange me...Dr. Stephen Henson2012-09-085-0/+77
* store and print out message digest peer signed with in TLS 1.2Dr. Stephen Henson2012-09-074-0/+31
* bsaes-armv7.pl: closest shave. While 0.3 cpb improvement on S4 appearsAndy Polyakov2012-09-071-18/+17
* bsaes-armv7.pl: even closer shave.Andy Polyakov2012-09-041-16/+16
* bsaes-armv7.pl: minor performance squeeze on Snapdragon S4.Andy Polyakov2012-09-041-35/+37
* sha512-armv4.pl: optimize for Snapdragon S4.Andy Polyakov2012-09-041-11/+33
* bn_lcl.h: gcc removed support for "h" constraint, which broke inlineAndy Polyakov2012-09-011-2/+9
* Don't load GOST ENGINE if it is already loaded.Dr. Stephen Henson2012-09-011-1/+11
* perform sanity checks on server certificate type as soon as it is received in...Dr. Stephen Henson2012-08-316-49/+62
* make EC test certificates usable for ECDHDr. Stephen Henson2012-08-312-2/+13
* give more meaningful error if presented with wrong certificate type by serverDr. Stephen Henson2012-08-303-2/+19
* x86cpuid.pl: hide symbols [backport from x86_64].Andy Polyakov2012-08-293-0/+7
* TABLE update addendum to commit#22775.Andy Polyakov2012-08-291-3/+3
* Harmonize CHANGES in HEAD.Andy Polyakov2012-08-291-59/+67
* Add linux-x32 target.Andy Polyakov2012-08-293-9/+47
* Add compilation flag to disable certain protocol checks and allow use ofDr. Stephen Henson2012-08-295-1/+70
* oops, typoDr. Stephen Henson2012-08-281-2/+2
* New compile time option OPENSSL_SSL_TRACE_CRYPTO, when set this passesDr. Stephen Henson2012-08-284-1/+122
* update debug-steve* configurationsDr. Stephen Henson2012-08-281-3/+3
* PR: 2786Dr. Stephen Henson2012-08-221-2/+5
* sha1-armv4-large.pl: comply with ABI.Andy Polyakov2012-08-171-1/+1
* Configure: add mips-mont to MIPS32 builds.Andy Polyakov2012-08-172-4/+4
* MIPS assembly pack: assign default value to $flavour.Andy Polyakov2012-08-175-5/+5
* Oops - didn't mean to change Makefile on previous submitBodo Möller2012-08-161-123/+118
* Enable message names for TLS 1.1, 1.2 with -msg.Bodo Möller2012-08-162-118/+125
* Add three Suite B modes to TLS code, supporting RFC6460.Dr. Stephen Henson2012-08-1515-80/+375
* bss_dgram.c: fix compilation failure and warning on Windows withAndy Polyakov2012-08-141-1/+5
* gosthash.c: use memmove in circle_xor8, as input pointers can be equal.Andy Polyakov2012-08-131-2/+2
* ./Configure: libcrypto.a can grow to many GB because of ar bug.Andy Polyakov2012-08-133-3/+17
* gcm128.c: fix AAD-only case with AAD length not divisible by 16.Andy Polyakov2012-08-131-1/+1
* sha512-x86_64.pl: revert previous change and solve the problem throughAndy Polyakov2012-08-132-5/+44
* sha512-x86_64.pl: minimum gas requirement for AMD XOP.Andy Polyakov2012-08-131-5/+5
* update ordinalsDr. Stephen Henson2012-08-051-0/+3
* Rename Suite B functions for consistency.Dr. Stephen Henson2012-08-035-39/+30
* add suite B chain validation flags and associated verify errorsDr. Stephen Henson2012-08-037-0/+184
* Make tls1_check_chain return a set of flags indicating checks passedDr. Stephen Henson2012-07-278-38/+279
* Abort handshake if signature algorithm used not supported by peer.Dr. Stephen Henson2012-07-247-34/+63