Fix more error codes.
[openssl.git] / crypto / rsa /
2005-05-11 Bodo MöllerFix more error codes.
2005-04-26 Dr. Stephen HensonPort BN_MONT_CTX_set_locked() 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-22 Nils Larsch- use BN_set_negative and BN_is_negative instead of...
2005-04-12 Dr. Stephen HensonRebuild error codes.
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2005-03-30 Ben LaurieBlow away Makefile.ssl.
2004-12-05 Dr. Stephen HensonAdd lots of checks for memory allocation failure, error...
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-09-19 Geoff ThorpeRemove distracting comments and code. Thanks to Nils...
2004-05-17 Geoff ThorpeAfter the latest round of header-hacking, regenerate...
2004-05-17 Geoff ThorpeDeprecate the recursive includes of bn.h from various...
2004-04-27 Geoff ThorpeWith the new dynamic BN_CTX implementation, there shoul...
2004-04-26 Geoff ThorpeThe problem of rsa key-generation getting stuck in...
2004-04-26 Geoff ThorpeAllow RSA key-generation to specify an arbitrary public...
2004-04-19 Geoff Thorpemake update
2004-04-19 Geoff ThorpeReduce header interdependencies, initially in engine...
2004-03-25 Geoff ThorpeBy adding a BN_CTX parameter to the 'rsa_mod_exp' callb...
2004-03-15 Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2004-03-15 Richard LevitteMake sure that the last argument to RAND_add() is a...
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-11-28 Richard LevitteNetware-specific changes,
2003-10-29 Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-10-29 Geoff ThorpeWhen OPENSSL_NO_DEPRECATED is defined, deprecated funct...
2003-05-07 Richard LevitteDO NOT constify RSA* in RSA_sign() and RSA_verify(...
2003-05-05 Richard LevitteConstify RSA_sign() and RSA_verify().
2003-05-01 Richard Levittemake update
2003-04-16 Richard LevitteMemory leak fix: RSA_blinding_on() didn't free Ai under...
2003-04-15 Richard LevitteMemory leak fix: local blinding structure not freed...
2003-04-10 Richard Levittemake update
2003-04-08 Richard LevitteInclude rand.h, so RAND_status() and friends get proper...
2003-04-08 Richard LevitteWe seem to carry some rests of the 0.9.6 [engine] ENGIN...
2003-04-08 Richard LevitteWe seem to carry some rests of the 0.9.6 [engine] ENGIN...
2003-04-07 Richard LevitteRSA_FLAG_SIGN_VER indicates the special rsa_sign and...
2003-04-02 Bodo Möllermake RSA blinding thread-safe
2003-03-20 Bodo Möllermake sure RSA blinding works when the PRNG is not prope...
2003-02-15 Geoff ThorpeWe cache a montgomery form for 'n' if the PUBLIC flag...
2003-02-14 Geoff ThorpeDavid Brumley <dbrumley@stanford.edu> noted and correct...
2003-01-30 Richard LevitteThe OPENSSL_NO_ENGINE has small problem: it changes...
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2003-01-07 Geoff ThorpeThis is the first step in allowing RSA_METHODs to imple...
2002-12-29 Richard Levittemake update
2002-12-09 Richard Levittemake update
2002-12-08 Geoff ThorpeNils Larsch submitted;
2002-12-08 Geoff ThorpeThis is a first-cut at improving the callback mechanism...
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-26 Richard LevitteThe logic in the main signing and verifying functions...
2002-11-04 Bodo Möllerimplement and use new macros BN_get_sign(), BN_set_sign()
2002-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-08-09 Bodo Möllermake update
2002-07-30 Lutz Jänicke"make update"
2002-07-14 Bodo MöllerReplace 'ecdsaparam' commandline utility by 'ecparam'
2002-06-27 Richard LevittePass CFLAG to dependency makers, so non-standard system...
2002-06-13 Lutz JänickeAdd missing prototypes.
2002-05-30 Richard LevitteCheck the return values where memory allocation failure...
2002-03-09 Dr. Stephen HensonMake {RSA,DSA,DH}_new_method obtain and release an...
2002-02-14 Richard LevitteAdd the configuration target VxWorks.
2002-02-13 Bodo MöllerECDSA support
2001-10-16 Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-10-04 Richard Levitte'make update'
2001-10-04 Richard LevitteBecause there's chances we clash with the system's...
2001-09-25 Geoff ThorpeFiddling.
2001-09-25 Geoff ThorpeThis commits changes to various parts of libcrypto...
2001-09-20 Bodo Möllercomments
2001-09-06 Bodo Möllerimprove OAEP check
2001-09-06 Bodo Möllerfix formatting so that the file can be view with any...
2001-09-03 Bodo MöllerRename recently introduced functions for improved code...
2001-09-01 Geoff ThorpeMake the necessary changes to work with the recent...
2001-08-25 Geoff ThorpeGive DH, DSA, and RSA functions to "up" their reference...
2001-08-12 Geoff ThorpeThe indexes returned by ***_get_ex_new_index() function...
2001-08-05 Ben LaurieStart to reduce some of the header bloat.
2001-08-03 Ben LaurieHeader bloat reduction for EVP_PKEY.
2001-07-31 Richard Levittemake update
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-07-27 Dr. Stephen HensonMore linker bloat reorganisation:
2001-07-25 Bodo Mölleralways reject data >= n
2001-07-24 Bodo Mölleravoid warnings
2001-07-20 Geoff ThorpeCurrently, RSA code, when using no padding scheme,...
2001-06-23 Dr. Stephen HensonIn {RSA,DSA,DH}_new_method(x) need to increase the...
2001-06-23 Richard Levittemake update
2001-06-19 Dr. Stephen HensonChange all calls to low level digest routines in the...
2001-06-11 Dr. Stephen HensonAdd support for MS CSP Name PKCS#12 attribute.
2001-06-08 Ulf Möllermore error codes fixed
2001-06-06 Bodo Möllerwhen checking OAEP, signal just a single kind of 'decod...
2001-06-06 Ulf Möllermove check to avoid memory leak.
2001-06-06 Ulf Möllermake sure we don't write to seed[-1]
2001-06-05 Richard Levitte'make update'
2001-04-30 Geoff ThorpeIn RSA, DSA, DH, and RAND - if the "***_new()" function...
2001-03-28 Ulf Möllercheck CRT
2001-03-28 Ulf Möllercheck CRT
2001-03-11 Bodo MöllerForcibly enable memory leak checking during "make test"
2001-03-09 Bodo MöllerInstead of telling both 'make' and the user that ranlib
2001-02-26 Richard Levittemake update
2001-02-23 Dr. Stephen HensonGet rid of ASN1_ITEM_FUNCTIONS dummy function
2001-02-22 Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-20 Ulf MöllerUse BN_rand_range().
2001-02-19 Richard LevitteMake all configuration macros available for application...
next