summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-12-19PR: 2563Dr. Stephen Henson
Submitted by: Paul Green <Paul.Green@stratus.com> Reviewed by: steve Improved PRNG seeding for VOS.
2011-12-19update CHANGES.Andy Polyakov
2011-12-19update CHANGESDr. Stephen Henson
2011-12-19apps/speed.c: fix typo in last commit.Andy Polyakov
2011-12-15apps/speed.c: Cygwin alarm() fails sometimes.Andy Polyakov
PR: 2655
2011-12-15vpaes-x86.pl: revert previous commit and solve the problem through ↵Andy Polyakov
x86masm.pl [from HEAD]. 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-14vpaes-x86.pl: portability fix.Andy Polyakov
PR: 2657
2011-12-13Remove redundant TLS exporter.Ben Laurie
2011-12-13SSL export fixes (from Adam Langley).Ben Laurie
2011-12-12modexp512-x86_64.pl: Solaris portability fix [from HEAD].Andy Polyakov
PR: 2656
2011-12-11detect and use older PKITS dataDr. Stephen Henson
2011-12-10typoDr. Stephen Henson
2011-12-10add commented out option to allow use of older PKITS dataDr. Stephen Henson
2011-12-10remove old -attime code, new version includes all old functionalityDr. Stephen Henson
2011-12-10implement -attime option as a verify parameter then it works with all ↵Dr. Stephen Henson
relevant applications
2011-12-09Fix warning.Ben Laurie
2011-12-09perlasm/x86gas.pl: give a hand old assemblers assembling loop instructionAndy Polyakov
[from HEAD].
2011-12-09cryptlib.c: allow for OPENSSL_ia32cap=~0x????? syntax for environment valueAndy Polyakov
in question.
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-07fix error discrepancyDr. Stephen Henson
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-02Fix exporter.Ben Laurie
2011-12-02Fix warnings.Ben Laurie
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-02Fix BIO_f_buffer().Bodo Möller
Submitted by: Adam Langley Reviewed by: Bodo Moeller
2011-12-01bn/asm/mips.pl: fix typos [from HEAD].Andy Polyakov
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-24Don't send NPN during renegotiation.Ben Laurie
2011-11-24Indent.Ben Laurie
2011-11-22update ordinalsDr. Stephen Henson
2011-11-22add cryptlib.h to mkdef.plDr. Stephen Henson
2011-11-22Workaround so "make depend" works for fips builds.Dr. Stephen Henson
2011-11-21update 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-21recognise NEXTPROTONEGDr. 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 [from HEAD].Andy Polyakov
2011-11-15Add TLS exporter.Ben Laurie
2011-11-15Add DTLS-SRTP.Ben Laurie
2011-11-15aes-armv4.pl: make it link.Andy Polyakov
2011-11-15e_rc4_hmac_md5.c: make it work on darwin64, which is configured with RC4_CHAR.Andy Polyakov
2011-11-15aes-s390x.pl: make it link.Andy Polyakov
2011-11-15Configure, e_aes.c: allow for XTS assembler implementation [from HEAD].Andy Polyakov
2011-11-14e_aes.c: jumbo update from HEAD.Andy Polyakov
2011-11-14ec_cvt.c: performance update from HEAD.Andy Polyakov
2011-11-14c_allc.c: add XTS ciphers [from HEAD].Andy Polyakov