summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-12-15vpaes-x86.pl: revert previous commit and solve the problem through x86masm.pl.Andy Polyakov
PR: 2657
2011-12-14PR: 1794Dr. Stephen Henson
Submitted by: Peter Sylvester <peter.sylvester@edelweb.fr> Reviewed by: steve Remove unnecessary code for srp and to add some comments to s_client. - the callback to provide a user during client connect is no longer necessary since rfc 5054 a connection attempt with an srp cipher and no user is terminated when the cipher is acceptable - comments to indicate in s_client the (non-)usefulness of th primalaty tests for non known group parameters.
2011-12-14Add private keys and generation scripts for test certificates in appsDr. Stephen Henson
directory.
2011-12-14vpaes-x86.pl: portability fix.Andy Polyakov
PR: 2657
2011-12-13Remove redundant TLS exporter.Ben Laurie
2011-12-13Padlock engine doesn't build (the asm parts are not built for some reason),Ben Laurie
so remove for now.
2011-12-13Fix warning.Ben Laurie
2011-12-13Back out redundant verification time change.Ben Laurie
2011-12-13Make it possible to set a time for verification.Ben Laurie
2011-12-12modexp512-x86_64.pl: Solaris protability fix.Andy Polyakov
PR: 2656
2011-12-11detect and use older PKITS dataDr. Stephen Henson
2011-12-10Updates from fips2 branch: close streams in test utilities, use cofactor ECDHDr. Stephen Henson
add new key and signature generation tests to fips_test_suite.
2011-12-10add cofactor ECDH support from fips branchDr. Stephen Henson
2011-12-10use different names for asm temp files to avoid problems on some platformsDr. Stephen Henson
2011-12-10add commented out option to allow use of older PKITS dataDr. Stephen Henson
2011-12-10update CHANGESDr. Stephen Henson
2011-12-10implement -attime option as a verify parameter then it works with all ↵Dr. Stephen Henson
relevant applications
2011-12-09perlasm/x86gas.pl: give a hand old assemblers assembling loop instruction.Andy Polyakov
2011-12-09x86-mont.pl: fix bug in integer-only squaring path.Andy Polyakov
PR: 2648
2011-12-08Replace expired test server and client certificates with new ones.Dr. Stephen Henson
2011-12-07transparently handle X9.42 DH parametersDr. Stephen Henson
2011-12-07fix error discrepancyDr. Stephen Henson
2011-12-07Document RFC5114 "generation" options.Dr. Stephen Henson
2011-12-07Initial experimental support for X9.42 DH parameter format to handleDr. Stephen Henson
RFC5114 parameters and X9.42 DH public and private keys.
2011-12-06The default CN prompt message can be confusing when often the CN needs toDr. Stephen Henson
be the server FQDN: change it. [Reported by PSW Group]
2011-12-02Resolve a stack set-up race condition (if the list of compressionBodo Möller
methods isn't presorted, it will be sorted on first read). Submitted by: Adam Langley
2011-12-02Fix ecdsatest.c.Bodo Möller
Submitted by: Emilia Kasper
2011-12-02Update HEAD CHANGES file.Bodo Möller
2011-12-02Fix BIO_f_buffer().Bodo Möller
Submitted by: Adam Langley Reviewed by: Bodo Moeller
2011-12-01Update DH_check() to peform sensible checks when q parameter is present.Dr. Stephen Henson
2011-12-01Correct some parameter values.Dr. Stephen Henson
2011-12-01bn/asm/mips.pl: fix typos.Andy Polyakov
2011-11-25return error if counter exceeds limit and seed value suppliedDr. Stephen Henson
2011-11-25check counter value against 4 * L, not 4096Dr. Stephen Henson
2011-11-25PR: 1794Dr. Stephen Henson
Submitted by: Peter Sylvester <peter.sylvester@edelweb.fr> Reviewed by: steve Make SRP conformant to rfc 5054. Changes are: - removal of the addition state after client hello - removal of all pre-rfc srp alert ids - sending a fatal alert when there is no srp extension but when the server wants SRP - removal of unnecessary code in the client.
2011-11-24Fix NPN implementation for renegotiation.Bodo Möller
(Problem pointed out by Ben Murphy.) Submitted by: Adam Langley
2011-11-22sync and update ordinalsDr. Stephen Henson
2011-11-22add cryptlib.h to mkdef.plDr. Stephen Henson
2011-11-21sync and update ordinalsDr. Stephen Henson
2011-11-21add strp.h to mkdef.pl headersDr. Stephen Henson
2011-11-21move internal functions to ssl_locl.hDr. Stephen Henson
2011-11-21bcmp doesn't exist on all platforms, replace with memcmpDr. Stephen Henson
2011-11-16bsaes-x86_64.pl: fix buffer overrun in tail processing.Andy Polyakov
2011-11-16In EC_KEY_set_public_key_affine_coordinates include explicit check to see ↵Dr. Stephen Henson
passed components do not exceed field order
2011-11-15Add TLS exporter.Ben Laurie
2011-11-15Add DTLS-SRTP.Ben Laurie
2011-11-15Configure: reimplement commit#21695.Andy Polyakov
2011-11-15Configure, e_aes.c: allow for XTS assembler implementation.Andy Polyakov
2011-11-14Fix some warnings caused by __owur. Temporarily (I hope) remove the moreBen Laurie
aspirational __owur annotations.
2011-11-13bsaes-x86_64.pl: add Win64 SEH and "hadrware" calls to aes-x86_64.pl.Andy Polyakov