fix out-of-bounds check in lock_dbg_cb (was too lose to detect all
[openssl.git] / crypto / rsa /
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...
2001-02-09 Dr. Stephen HensonVarious Win32 related fixed. Make no-krb5 work in mkdef...
2001-02-04 Ben LaurieMake depend.
2001-01-24 Bodo MöllerUpdate "OAEP reconsidered" comment
2000-12-29 Dr. Stephen HensonReplace the old ASN1_dup() with ASN1_item_dup() and
2000-12-19 Bodo Möllerfix indentation
2000-12-19 Bodo MöllerDon't hold CRYPTO_LOCK_RSA during time-consuming operat...
2000-12-18 Bodo MöllerAdd a comment (intended change)
2000-12-18 Bodo MöllerObtain lock CRYPTO_LOCK_RSA before creating BN_MONT_CTX
2000-12-08 Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code
2000-12-05 Bodo MöllerDiscuss http://www.shoup.net/papers/oaep.ps.Z
2000-11-26 Geoff ThorpeEnsure that the "ex_data" member of an RSA structure...
2000-11-12 Ulf Möllerin some new file names the first 8 characters were...
2000-11-08 Richard LevitteReally stupid glitch (a comment not properly ended...
2000-11-08 Richard LevitteRemove references to RSAref. The glue library is but...
2000-11-07 Richard LevitteA few more constifications of some RSA routines that...
2000-11-06 Richard LevitteConstify the RSA library.
2000-10-26 Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-10-14 Richard LevitteThe experimental Rijndael code moved to the main trunk.
2000-09-25 Richard Levitte'ranlib' doesn't always run on some systems. That...
2000-09-07 Richard Levitte'make update'
2000-08-14 Richard LevitteMD4 implemented. Assar Westerlund provided the digest...
2000-07-29 Bodo MöllerFix SSL 2.0 rollback checking: The previous implementat...
2000-07-05 Richard LevitteI got sick and tired of having to keep track of NIDs...
2000-06-15 Dr. Stephen HensonAdd support for the modified SGC key format used in...
2000-06-13 Geoff ThorpeEnable DSO support on alpha (OSF1), cc and gcc.
2000-06-09 Richard LevitteUsing checks of the existence of HEADER_{foo}_H in...
next