summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Collapse)Author
2008-01-03perlasm/x86*.pl updates.Andy Polyakov
2007-12-29Final (for this commit series) optimized version and with commentary section.Andy Polyakov
2007-12-29This is also informational commit exposing loop modulo scheduling "factor."Andy Polyakov
2007-12-29New Montgomery multiplication module, ppc64-mont.pl. Reference, non-optimizedAndy Polyakov
implementation. This is essentially informational commit.
2007-12-29ppc-xlate.pl update.Andy Polyakov
2007-12-29Source readability fix, which incidentally works around XLC compiler bug.Andy Polyakov
2007-12-18Engage x86 assembler in Mac OS X build.Andy Polyakov
2007-12-18Mac OS X x86 assembler support.Andy Polyakov
2007-12-18Disable support for Metrowerks assembler. Assembler itself is broken,Andy Polyakov
specifically it incorrectly encodes EA offsets between 128 and 255.
2007-12-18x86 perlasm overhaul.Andy Polyakov
2007-12-16Avoid aliasing warning.Dr. Stephen Henson
2007-12-04Submitted by: Victor B. Wagner <vitus@cryptocom.ru>, steveDr. Stephen Henson
Use default algorithms for OCSP request and response signing. New command line option to support other digest use for OCSP certificate IDs.
2007-12-03Change submitted by Doug Kaufman. He writes:Richard Levitte
I just compiled the 9.9-dev version from the 12022007 tarball under DJGPP. There were only 2 changes needed, one for b_sock.c, since DJGPP with WATT32 doesn't define socklen_t and one for testtsa to handle DOS style path separators. I also noted what seems to be a typographical error in ts.pod. The test suite passes. The patch is attached. Since I am in the US, I have sent notifications to the Bureau of Industry and Security and to the NSA.
2007-12-02Some assembler are allergic to lea reg,BYTE PTR[...].Andy Polyakov
Submitted by: Guenter Knauf
2007-11-24Structure symbol decorations, optimize label handling...Andy Polyakov
2007-11-23Rebuild OID database: duplicates got in there somehow??Dr. Stephen Henson
2007-11-23Fix from stable branch.Dr. Stephen Henson
2007-11-23Add caRepository OID and sync object NIDs with OpenSSL 0.9.8.Dr. Stephen Henson
2007-11-22Synchronize x86nasm.pl with x86unix.pl.Andy Polyakov
2007-11-22Combat [bogus] relocations in some assember modules.Andy Polyakov
2007-11-21Lookup public key ASN1 methods by string by iterating through allDr. Stephen Henson
implementations instead of all added ENGINEs to cover case where an ENGINE is not added.
2007-11-20Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>Dr. Stephen Henson
Make {d2i,i2d}_PrivateKey() fall back to PKCS#8 format if no legacy format supported. Add support in d2i_AutoPrivateKey().
2007-11-20Rebuild object cross reference table.Dr. Stephen Henson
2007-11-19Should reject signatures that we can't properly verifyBodo Möller
and couldn't generate (as pointed out by Ernst G Giessmann)
2007-11-16The hash length check wasn't strict enough,Bodo Möller
as pointed out by Ernst G Giessmann
2007-11-03Commit #16325 fixed one thing but broke DH with certain moduli.Andy Polyakov
2007-11-01Add OIDs by CMP (RFC 4210) and CRMF (RFC 4211)Lutz Jänicke
Submitted by: Martin Peylo <martinmeis@googlemail.com>
2007-10-261. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson
of handshake failure 2. Changes to x509_certificate_type function (crypto/x509/x509type.c) to make it recognize GOST certificates as EVP_PKT_SIGN|EVP_PKT_EXCH (required for s3_srvr to accept GOST client certificates). 3. Changes to EVP - adding of function EVP_PKEY_CTX_get0_peerkey - Make function EVP_PKEY_derive_set_peerkey work for context with ENCRYPT operation, because we use peerkey field in the context to pass non-ephemeral secret key to GOST encrypt operation. - added EVP_PKEY_CTRL_SET_IV control command. It is really GOST-specific, but it is used in SSL code, so it has to go in some header file, available during libssl compilation 4. Fix to HMAC to avoid call of OPENSSL_cleanse on undefined data 5. Include des.h if KSSL_DEBUG is defined into some libssl files, to make debugging output which depends on constants defined there, work and other KSSL_DEBUG output fixes 6. Declaration of real GOST ciphersuites, two authentication methods SSL_aGOST94 and SSL_aGOST2001 and one key exchange method SSL_kGOST 7. Implementation of these methods. 8. Support for sending unsolicited serverhello extension if GOST ciphersuite is selected. It is require for interoperability with CryptoPro CSP 3.0 and 3.6 and controlled by SSL_OP_CRYPTOPRO_TLSEXT_BUG constant. This constant is added to SSL_OP_ALL, because it does nothing, if non-GOST ciphersuite is selected, and all implementation of GOST include compatibility with CryptoPro. 9. Support for CertificateVerify message without length field. It is another CryptoPro bug, but support is made unconditional, because it does no harm for draft-conforming implementation. 10. In tls1_mac extra copy of stream mac context is no more done. When I've written currently commited code I haven't read EVP_DigestSignFinal manual carefully enough and haven't noticed that it does an internal digest ctx copying. This implementation was tested against 1. CryptoPro CSP 3.6 client and server 2. Cryptopro CSP 3.0 server
2007-10-13Bunch of constifications.Andy Polyakov
2007-10-09Addendum to commit #16654.Andy Polyakov
2007-10-09size_t-fy crypto/buffer.Andy Polyakov
2007-10-09ignore a few additionally generated filesRalf S. Engelschall
2007-10-05Fix from fips branch.Dr. Stephen Henson
2007-10-01Switch to bn-s390x (it's faster on keys longer than 512 bits) and mentionAndy Polyakov
s390x assembler pack in CHANAGES.
2007-09-27Yet another ARM update. It appears to be more appropriate to makeAndy Polyakov
developers responsible for -march choice.
2007-09-27ARMv4 assembler pack.Andy Polyakov
2007-09-2710% performance tweak in 64-bit mode.Andy Polyakov
2007-09-26Support for certificate status TLS extension.Dr. Stephen Henson
2007-09-26Make sha512-armv4.pl byte-order neutral.Andy Polyakov
2007-09-26Clarify commentary in sha512-sparcv9.pl.Andy Polyakov
2007-09-24TyposLutz Jänicke
PR: 1578 Submitted by: Charles Longeau <chl@tuxfamily.org>
2007-09-24Port from 0.9.8-stableLutz Jänicke
2007-09-19Fix dependencies. Make depend.Ben Laurie
2007-09-18Addenum to "Constify obj_dat.[ch]."Andy Polyakov
2007-09-18Minor formatting fixes in crypto/sha/asm.Andy Polyakov
2007-09-18Wire RC4 key_table to read-only segment.Andy Polyakov
2007-09-18Constify obj_dat.[ch], as well as minimize linker relocations.Andy Polyakov
2007-09-18Wire DES weak_keys to read-only segment.Andy Polyakov
2007-09-18Eliminate redundant make rule.Andy Polyakov
2007-09-18Minimize stack utilization in probable_prime.Andy Polyakov