libfisdef.h and LIB do not exist on older VMS versions
[openssl.git] / crypto /
2001-04-03 Richard Levittelibfisdef.h and LIB do not exist on older VMS versions
2001-04-02 Geoff ThorpeENGINE_load_[private|public]_key had error handling...
2001-04-02 Geoff ThorpeActually there were two error cases that could return...
2001-04-02 Geoff ThorpeDon't return an error until the global lock is released.
2001-04-02 Dr. Stephen HensonRewrite CHOICE field setting code to properly handle
2001-03-30 Richard LevitteComplete the des_encrypt to des_encrypt1 rename in...
2001-03-29 Richard LevitteOne des_encrypt to des_encrypt1 I forgot to commit...
2001-03-29 Richard LevitteSince there has been reports of clashes between OpenSSL's
2001-03-28 Ulf Möllercheck CRT
2001-03-28 Ulf Möllercheck CRT
2001-03-27 Andy PolyakovThe IRIX fix. Asm recap and corresponding declation.
2001-03-27 Richard LevitteInclude bn.h so we get BN_LLONG properly defined. ...
2001-03-24 Richard Levittemake update
2001-03-21 Richard LevitteUse stdlib.h to get size_t.
2001-03-21 Richard LevitteSince they aren't implemented yet, EC_GFp_{recp,nist...
2001-03-20 Richard Levitteavoid linking problems when OpenSSL is built with no...
2001-03-20 Bodo MöllerIncrease boundaries in EC_window_bits_for_scalar_size...
2001-03-19 Bodo MöllerTable for window sizes.
2001-03-18 Richard LevitteNew cofiguration for Unixwre and SCO,with slightly...
2001-03-18 Dr. Stephen HensonFix PKCS#12 key generation bug.
2001-03-15 Dr. Stephen HensonOverhaul the display of certificate details in
2001-03-15 Bodo MöllerCompletely remove mont2 stuff.
2001-03-15 Bodo Mölleravoid infinite loop
2001-03-15 Bodo Möllererror codes are longs, not ints
2001-03-15 Bodo MöllerMore error_data memory leaks
2001-03-15 Dr. Stephen HensonDocument the -certopt option to the x509 utility.
2001-03-14 Bodo MöllerThe former ULTRASPARC preprocessor symbol is now called
2001-03-13 Richard Levittemake update.
2001-03-13 Bodo MöllerUse err_clear_data macro
2001-03-12 Bodo Möllerfix memory leak in err.c
2001-03-12 Bodo MöllerRename function EC_GROUP_precompute to EC_GROUP_precomp...
2001-03-11 Bodo MöllerAdd various X9.62 OIDs. (GF(2^n) mostly left out.)
2001-03-11 Bodo MöllerEC_METHOD based on bn_mont2 (not used in the library)
2001-03-11 Bodo MöllerForcibly enable memory leak checking during "make test"
2001-03-11 Bodo MöllerTimings are not supposed to be enabled by default ...
2001-03-11 Bodo MöllerAdd functions EC_POINT_mul and EC_GROUP_precompute.
2001-03-11 Bodo Möllerhandle negative scalars correctly when doing point...
2001-03-11 Bodo Mölleruse fflush
2001-03-10 Bodo MöllerChange timing output: We don't have "exponents" here...
2001-03-10 Bodo Möllercomment and error code update
2001-03-10 Bodo MöllerRemove files from Lenka's EC implementation.
2001-03-10 Bodo MöllerMore EC stuff, including EC_POINTs_mul() for simultaneo...
2001-03-10 Dr. Stephen HensonIn crypto/ec #if 0 out structures which reference ...
2001-03-10 Dr. Stephen HensonTypo.
2001-03-09 Bodo MöllerInstead of telling both 'make' and the user that ranlib
2001-03-09 Dr. Stephen HensonChange the EVP_somecipher() and EVP_somedigest()
2001-03-09 Richard LevitteBug fixes.
2001-03-08 Bodo MöllerFix ec_GFp_simple_cmp.
2001-03-08 Bodo MöllerImplement EC_GFp_mont_method.
2001-03-08 Bodo MöllerFixes to make 'no-ec' work (it should not turn 'objects...
2001-03-08 Bodo MöllerMore method functions for elliptic curves,
2001-03-08 Richard LevitteSome EC function names are really long. Make aliases...
2001-03-08 Bodo MöllerComment
2001-03-08 Ulf Möllerold MSVC versions don't have rdtsc
2001-03-08 Bodo MöllerHide BN_CTX structure details.
2001-03-08 Richard LevitteVMS catches up on the EC modifications.
2001-03-08 Dr. Stephen HensonMake EVP_Digest*() routines return a value.
2001-03-08 Bodo Mölleravoid compiler warning
2001-03-08 Bodo MöllerConstify BN_value_one.
2001-03-08 Bodo MöllerIntegrate ec_err.[co].
2001-03-08 Bodo MöllerSort openssl.ec, the configuration file for mkerr.pl.
2001-03-08 Bodo MöllerIntegrate ectest.c (which does not yet do anything).
2001-03-08 Bodo MöllerOrder ERR_load_... calls like the stuff in err.h.
2001-03-08 Bodo MöllerGet rid of '#define ERR_file_name __FILE__', which...
2001-03-08 Bodo MöllerLet EC_POINT_copy do nothing if dest==src
2001-03-08 Bodo MöllerMore 'TODO' items.
2001-03-08 Bodo MöllerMore method functions for EC_GFp_simple_method.
2001-03-07 Bodo MöllerMore method functions.
2001-03-07 Bodo MöllerSome actual method functions (not enough yet to use...
2001-03-07 Richard LevitteCode for better build under Darwin (MacOS X).
2001-03-07 Bodo Möller..._init functions are method-specific too
2001-03-07 Bodo MöllerOptimized EC_METHODs need specific 'set_curve' and...
2001-03-07 Bodo MöllerThe next bunch of vaporware.
2001-03-07 Bodo Möllerextra_data 'mixin'.
2001-03-07 Bodo MöllerOops ...
2001-03-07 Bodo MöllerIn clear_free, clear the complete structure just in...
2001-03-07 Bodo MöllerFix ERR_R_... problems.
2001-03-07 Bodo MöllerImplement dispatcher for EC_GROUP and EC_POINT method...
2001-03-06 Bodo MöllerAdd a few 'const's
2001-03-06 Bodo MöllerChange obj_... generation so that it does not generate...
2001-03-06 Bodo Möller'is_at_infinity' tests don't need a BN_CTX.
2001-03-06 Bodo MöllerNew function declarations.
2001-03-06 Bodo MöllerAdd BN_CTX arguments where appropriate.
2001-03-05 Bodo MöllerAdd EC_GROUP_new_GFp prototype.
2001-03-05 Bodo MöllerChange comments.
2001-03-05 Bodo MöllerSome declarations that outline what I intend to implement.
2001-03-05 Richard LevitteUpdate the VMS build scripts for EC
2001-03-05 Bodo MöllerAnother file I had forgotten to add.
2001-03-05 Bodo MöllerAdd yet another (still empty) source code file that...
2001-03-05 Bodo MöllerAdd more EC vaporware (empty source code files I missed...
2001-03-05 Bodo MöllerMove ec.h to ec2.h because it is not compatible with...
2001-03-05 Bodo MöllerNew option '-subj arg' for 'openssl req' and 'openssl...
2001-03-03 Bodo MöllerEC_set_half and the 'h' component of struct bn_ec_struc...
2001-03-02 Richard LevitteSpelling corrected.
2001-03-02 Richard LevitteIntroduce the possibility to access global variables...
2001-03-01 Dr. Stephen HensonFix bug in copy_email() which would not
2001-02-28 Dr. Stephen HensonFix a bug which caused BN_div to produce the
2001-02-27 Ulf Möller%f conversion bug fix
2001-02-26 Dr. Stephen HensonTypo in comment.
2001-02-26 Dr. Stephen HensonEnhance OCSP_request_verify() so it finds the signers...
next