Update ordinals.
[oweals/openssl.git] / crypto /
2008-05-20 Dr. Stephen HensonOops... PEM_write_bio_ASN1_stream() shouldn't be in...
2008-05-20 Dr. Stephen HensonRemove deleted function definitions from header files
2008-05-20 Dr. Stephen HensonRemove old DES definition of deleted function too.
2008-05-20 Lutz JänickeCorrectly adjust location of comment
2008-05-20 Ben LaurieFix warning.
2008-05-19 Dr. Stephen HensonFix two invalid memory reads in RSA OAEP mode.
2008-05-19 Bodo MöllerDisable code that clearly doesn't currently serve any...
2008-05-16 Lutz JänickeAnother occurance of possible valgrind/purify "uninitia...
2008-05-09 Dr. Stephen HensonFix from HEAD.
2008-05-02 Bodo MöllerAvoid BN_MONT_CTX incompatibility.
2008-05-01 Bodo MöllerUnobtrusive backport of 32-bit x86 Montgomery improveme...
2008-04-28 Geoff ThorpeFix auto-discovery of ENGINEs, ported from HEAD.
2008-04-24 Andy PolyakovCompensate inline assembler in sha512.c for gcc 2.7...
2008-04-18 Andy Polyakovbn_nist.c update from HEAD.
2008-04-18 Dr. Stephen HensonUpdate from HEAD.
2008-04-18 Richard LevitteSynchronise with Unix
2008-04-12 Dr. Stephen HensonUpdate from HEAD.
2008-04-12 Richard LevitteProvide other forms for symbols that are too long or...
2008-04-11 Dr. Stephen HensonRevert change from HEAD.
2008-04-11 Dr. Stephen HensonFix from HEAD.
2008-04-11 Richard LevitteSynchronise with Unix build
2008-04-07 Dr. Stephen HensonFix from HEAD.
2008-04-06 Dr. Stephen HensonUpdate from HEAD.
2008-04-06 Dr. Stephen HensonFix from HEAD.
2008-04-06 Dr. Stephen HensonUpdate error codes.
2008-04-06 Dr. Stephen HensonFix from HEAD.
2008-04-03 Dr. Stephen HensonDelete functions not implemented in 0.9.8 from cms.h
2008-04-03 Dr. Stephen HensonUpdate default CFLAGS and dependencies.
2008-04-03 Dr. Stephen HensonBackport of CMS code to 0.9.8-stable branch. Disabled...
2008-04-02 Dr. Stephen HensonAdd -DOPENSSL_NO_DEPRECATED to debug-steve* targets...
2008-04-02 Dr. Stephen HensonBackport of zlib compression BIO from HEAD. Update...
2008-04-02 Dr. Stephen HensonAdd RFC3394 compatible key wrap algorithm.
2008-04-02 Dr. Stephen HensonBackport some useful ASN1 utility functions from HEAD.
2008-04-02 Dr. Stephen HensonAdd new missing CMS OIDs.
2008-04-01 Andy PolyakovFix fast reduction on NIST curves [from HEAD].
2008-03-31 Dr. Stephen HensonUpdate from HEAD.
2008-03-29 Dr. Stephen HensonFix from HEAD.
2008-03-12 Dr. Stephen HensonFix from HEAD.
2008-02-27 Andy PolyakovMake x86_64-mont.pl work with debug Win64 build [from...
2008-02-27 Bodo Möllerfix BIGNUM flag handling
2008-02-13 Andy PolyakovAllow 32-bit perl to generate x86_64 assembler.
2008-02-11 Andy PolyakovSource readability fix, which incidentally works around...
2008-02-11 Andy PolyakovMake aes-x86_64 work with debug Win64 build [from HEAD].
2008-02-11 Andy Polyakovx86_64-xlate.pl update from HEAD.
2008-01-03 Dr. Stephen HensonNetware support.
2007-12-16 Dr. Stephen HensonUpdates from HEAD.
2007-12-14 Dr. Stephen HensonUpdate .cvsignore
2007-12-14 Dr. Stephen HensonDon't shadow.
2007-12-02 Andy PolyakovSome assembler are allergic to lea reg,BYTE PTR[...].
2007-11-23 Dr. Stephen HensonLearn how to spell "Repository"
2007-11-23 Dr. Stephen HensonOops, use the right caRepository OID this time ;-)
2007-11-23 Dr. Stephen HensonAdd caRepository OID to OpenSSL.
2007-11-19 Bodo MöllerShould reject signatures that we can't properly verify
2007-11-16 Bodo MöllerThe hash length check wasn't strict enough,
2007-11-11 Andy PolyakovAdd x86_64-mont.pl [from HEAD].
2007-11-11 Andy PolyakovAdd framework for bn_mul_mont [from 098-fips].
2007-11-11 Andy PolyakovComply with updated x86cpuid.pl.
2007-11-11 Andy Polyakovx86cpuid.pl update [from HEAD].
2007-11-11 Andy Polyakovrc4-x86_64.pl update [from HEAD].
2007-11-11 Andy Polyakovx86_64cpuid.pl update [from HEAD].
2007-11-11 Andy PolyakovAdd AES x86_64 assembler. Note that it's not latest...
2007-11-11 Andy PolyakovAdd SHA x86_64 assembler [from HEAD].
2007-11-11 Andy PolyakovSynchronize message digests in 098-fips with 098.
2007-11-03 Andy PolyakovCommit #16325 fixed one thing but broke DH with certain...
2007-11-01 Lutz JänickeAdd OIDs by CMP (RFC 4210) and CRMF (RFC 4211)
2007-10-21 Andy PolyakovMake it possible for older masm to compile sse2 modules.
2007-10-19 Lutz JänickeRelease OpenSSL 0.9.8g with various fixes to issues...
2007-10-17 Lutz JänickeWork around inconsistent version numbering in 0.9.8f...
2007-10-13 Andy PolyakovCopy bn/asm/ia64.S from HEAD.
2007-10-12 Dr. Stephen HensonBackport certificate status request TLS extension suppo...
2007-10-11 Ben LaurieBack to -dev.
2007-10-11 Ben LaurieMinor release cockups.
2007-10-11 Ben LaurieNext version.
2007-10-11 Ben LaurieReady to roll.
2007-10-05 Dr. Stephen HensonFix from fips branch.
2007-09-24 Lutz JänickeTypos
2007-09-21 Lutz JänickeThe use of the PURIFY macro in ssleay_rand_bytes()...
2007-09-20 Ben LaurieUse PURIFY instead of PEDANTIC.
2007-09-19 Dr. Stephen HensonWrap "keep valgrind happy" change in #ifdef PEDANTIC...
2007-09-19 Ben Lauriemake depend
2007-09-18 Andy PolyakovWire DES weak_keys to read-only segment [from HEAD].
2007-09-18 Andy PolyakovMinimize stack utilization in probable_prime [from...
2007-09-18 Andy PolyakovRemove excessive whitespaces from bio.h.
2007-09-18 Bodo MöllerMake sure that BN_from_montgomery keeps the BIGNUMS...
2007-09-17 Andy PolyakovTypo in pq_compat.h [note that this file is not present...
2007-09-16 Andy PolyakovIt's inappropraite to override application signal,...
2007-09-15 Andy PolyakovMake bn2dec work on "SIXTY_FOUR_BIT" platforms [from...
2007-09-07 Andy PolyakovIntegrate remaining parts of #14247 [from HEAD].
2007-09-06 Dr. Stephen HensonReimplement safestack to avoid function pointer casts.
2007-09-06 Dr. Stephen Hensongcc 4.2 fixes to avoid use or function pointer casts...
2007-08-30 Andy Polyakovaes_ige update [from HEAD].
2007-07-27 Andy PolyakovRespect ISO aliasing rules [from HEAD].
2007-07-27 Andy PolyakovAES for IA64 update [from HEAD].
2007-07-19 Andy PolyakovRelax ISA detection.
2007-07-18 Andy PolyakovFix masm type-casting problem in SSE2 code.
2007-07-08 Andy PolyakovShut up memory debuggers complaining about AES x86...
2007-07-08 Andy PolyakovEVP_*_cfb1 was broken [from HEAD].
2007-07-08 Andy Polyakovbn_mul_recursive doesn't handle all cases correctly...
2007-07-07 Andy PolyakovTypo in str_lib [from HEAD].
2007-07-04 Dr. Stephen HensonFix warnings: C++ comments and computed value not used.
next