Disclaim 16-bit support.
[openssl.git] / crypto /
2005-05-17 Andy PolyakovMove cryptlib.h prior bio.h. Actually it makes sense...
2005-05-16 Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-16 Andy PolyakovFurther BUILDENV clean-up, 'make depend' is operational...
2005-05-16 Nils Larschecc api cleanup; summary:
2005-05-16 Bodo MöllerImplement fixed-window exponentiation to mitigate hyper...
2005-05-16 Bodo Möllermake update
2005-05-15 Andy PolyakovConsolidate BUILDENV [idea is to keep all variables...
2005-05-15 Andy Polyakov+20% performance improvement of P4-specific RC4_CHAR...
2005-05-15 Andy PolyakovFool-proofing Makefiles
2005-05-15 Dr. Stephen HensonMake -CSP option work again in pkcs12 utility by checki...
2005-05-14 Dr. Stephen Hensonopenssl_fcast should always be defined, not just with...
2005-05-12 Dr. Stephen HensonSome C compilers produce warnings or compilation errors...
2005-05-12 Dr. Stephen HensonAvoid warnings.
2005-05-12 Dr. Stephen HensonTypo.
2005-05-11 Ben LaurieThere must be an explicit way to build the .o!
2005-05-11 Bodo MöllerFix more error codes.
2005-05-10 Nils Larschgive EC_GROUP_new_by_nid a more meanigful name:
2005-05-09 Andy PolyakovComply with optimization manual (no data should share...
2005-05-09 Andy PolyakovAllow for 64-bit cache-line alignments in code segment.
2005-05-09 Bodo MöllerUpdate util/ck_errf.pl script, and have it run automati...
2005-05-09 Bodo Möllerimprove comment readability
2005-05-08 Nils Larschgive EC_GROUP_*_nid functions a more meaningful name
2005-05-08 Andy PolyakovEliminate "statement with no effect" warning when OPENS...
2005-05-07 Andy Polyakovx86_64 assembler translator update.
2005-05-07 Andy PolyakovFix constants.
2005-05-06 Richard LevitteSince BN_LLONG will only be defined for Alpha/VMS and...
2005-05-05 Nils Larschfix compiler warning; pow10 is also in math.h
2005-05-04 Andy PolyakovCommentary update motivating code update in 0.9.7.
2005-05-04 Andy Polyakovx86_64 assembler translator update.
2005-05-03 Andy PolyakovCvs missed adapted module itself, here it goes...
2005-05-03 Andy PolyakovEngage md5-x86_64 assembler module.
2005-05-03 Andy PolyakovThrow in md5-x86_64 assembler.
2005-05-03 Andy PolyakovCygwin doesn't expose Win32 [not "officially"].
2005-05-03 Andy PolyakovCommentary update.
2005-05-03 Andy PolyakovCpuid modules updates.
2005-05-03 Nils Larschremove BN_ncopy, it was only used in bn_nist.c and...
2005-05-03 Nils Larschrewrite of bn_nist.c, disable support for some curves...
2005-05-03 Andy PolyakovRename amd64 modules to x86_64 and update RC4 implement...
2005-05-03 Andy Polyakovx86_64 assembler translator update.
2005-05-01 Dr. Stephen HensonSupport for smime-type MIME parameter.
2005-04-30 Andy PolyakovAllow for ./config no-sha0 [from stable].
2005-04-30 Dr. Stephen HensonTypo.
2005-04-30 Dr. Stephen HensonDon't attempt to parse nested ASN1 strings by default.
2005-04-30 Dr. Stephen HensonUse more efficient way to locate end of an ASN1 structure.
2005-04-29 Nils Larschdon't let BN_CTX_free(NULL) segfault
2005-04-29 Nils Larschhide the definition of ECDSA_METHOD and ECDSA_DATA...
2005-04-29 Nils Larschavoid warnings when building on systems where sizeof...
2005-04-28 Andy PolyakovPointer to BN_MONT_CTX could be used uninitialized.
2005-04-28 Richard LevitteSynchronise with Unix build system.
2005-04-28 Dr. Stephen HensonIncrease offset for BIO_f_enc() to avoid problems with...
2005-04-27 Dr. Stephen HensonLots of Win32 fixes for DTLS.
2005-04-27 Nils Larschadd missing parentheses
2005-04-27 Dr. Stephen HensonChange method_mont_p from (char *) to (BN_MONT_CTX...
2005-04-26 Dr. Stephen HensonPort BN_MONT_CTX_set_locked() from stable branch.
2005-04-26 Dr. Stephen HensonStop unused variable warning.
2005-04-26 Dr. Stephen HensonPort from stable branch.
2005-04-26 Nils Larschsome updates for the blinding code; summary:
2005-04-26 Dr. Stephen HensonPort from stable branch.
2005-04-26 Bodo MöllerFix various incorrect error function codes.
2005-04-26 Bodo Möllermake update
2005-04-26 Ben LaurieAdd DTLS support.
2005-04-25 Bodo MöllerUse OPENSSL_NO_CAST, not OPENSSL_NO_CAST5 in e_old.c
2005-04-24 Andy PolyakovAvoid L1 cache aliasing even between key and S-boxes.
2005-04-23 Nils Larschmake asn.1 field names const
2005-04-23 Nils Larschchange prototype of the ecdh KDF: make input parameter...
2005-04-23 Ben LaurieAdd debug target, remove cast, note possible bug.
2005-04-22 Ben LaurieAdd prototypes.
2005-04-22 Nils Larschmore const
2005-04-22 Nils Larsch- use BN_set_negative and BN_is_negative instead of...
2005-04-22 Andy PolyakovAvoid aliasing between stack frames and S-boxes. Compre...
2005-04-21 Richard LevitteProvide a default OPENSSL_ia32cap_loc for non-Intel...
2005-04-20 Dr. Stephen HensonRename typed version of M_ASN1_get M_ASN1_get_x to...
2005-04-20 Dr. Stephen HensonStop compiler warnings about deprecated lvalue casts.
2005-04-20 Dr. Stephen HensonStop bogus shadowing warning.
2005-04-20 Richard LevitteMake sure id2_func is properly cast as well...
2005-04-20 Richard Levittesigned vs. unsigned.
2005-04-20 Richard LevitteAvoid compiler complaint about mismatched function...
2005-04-20 Richard LevitteResolve signed vs. unsigned.
2005-04-20 Richard LevitteType mismatch detected by DEC C compiler. void* !...
2005-04-20 Richard LevitteAvoid compiler complaint about mismatched function...
2005-04-19 Dr. Stephen HensonNew "algorithm define" OPENSSL_NO_GMP. Update mkdef...
2005-04-19 Dr. Stephen HensonVarious Win32 and other fixes for warnings and compilat...
2005-04-17 Andy PolyakovThrow in x86_64 AT&T to MASM assembler converter to...
2005-04-17 Richard LevitteSynchronise with ec/Makefile.
2005-04-16 Andy PolyakovMitigate cache-timing attack in CBC mode. This is done...
2005-04-14 Dr. Stephen HensonCheck return values of <Digest>_Init functions in low...
2005-04-14 Andy PolyakovPrototype mnemonics in padlock_verify_context for bette...
2005-04-14 Andy PolyakovFix for bug emerged in openvpn conext.
2005-04-13 Andy PolyakovZap OPENSSL_EXTERN on symbols, which are not meant...
2005-04-13 Andy PolyakovFix typos.
2005-04-13 Andy PolyakovIntroduce OPENSSL_NONPIC_relocated to denote relocated...
2005-04-13 Andy PolyakovMinor cryptlib.c update: compiler warnings in OPENSSL_s...
2005-04-12 Dr. Stephen HensonMore overwritten stuff...
2005-04-12 Dr. Stephen HensonReplace overwritten lines before error codes.
2005-04-12 Dr. Stephen HensonRebuild error codes.
2005-04-12 Dr. Stephen HensonInclude error library value in C error source files...
2005-04-11 Nils Larschinclude limits.h for UINT_MAX etc.
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-04-10 Dr. Stephen HensonMove allow_proxy_certs declaration to start of function.
2005-04-09 Richard LevitteAdded restrictions on the use of proxy certificates...
next