The RSA patent will have expired when the next version is released...
[openssl.git] / crypto /
2000-09-19 Bodo MöllerTotally remove the supposedly 'faster' variant in
2000-09-19 Bodo MöllerDocument BN_mod_mul_montgomery bug;
2000-09-19 Bodo MöllerDisable buggy code variant in BN_mod_mul_montgomery...
2000-09-18 Richard LevitteNo engine stuff in the main trunk.
2000-09-18 Dr. Stephen HensonWork around for Netscape PKCS#7 signedData bug.
2000-09-18 Richard LevitteGoing through performance statistics sometimes generate...
2000-09-18 Richard Levittecyclecount is only used when __GNUC__ isn't defined.
2000-09-18 Richard LevitteDisable the net statistics gathering code, since differ...
2000-09-18 Richard LevitteUnless we cast, thorough compilers will complain
2000-09-18 Richard LevitteJeffrey Altman reminds us to initialize some variables...
2000-09-17 Richard LevitteA new beta is being released. Change the version numbers
2000-09-17 Richard LevitteA patch from HP for better performance.
2000-09-17 Richard LevitteJeffrey Altman <jaltman@columbia.edu> sent me a patch...
2000-09-17 Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL), since...
2000-09-17 Richard LevitteSome platforms define NULL as ((void *)0). Unfortunate...
2000-09-17 Richard LevitteA couple of more names need to be shortened for VMS...
2000-09-17 Richard LevitteMake sure Compaq C doesn'r complain about dollars,...
2000-09-17 Bodo MöllerRename new BIO_set_shutdown_wr macro to just BIO_shutdo...
2000-09-16 Dr. Stephen HensonNew macro BIO_set_shutdown_wr().
2000-09-15 Richard LevitteCompile all dso files on VMS as well.
2000-09-15 Richard LevitteMake sure dso_vms.c compiles on other operating systems...
2000-09-15 Richard LevitteA DSO method for VMS was missing, and I had the code...
2000-09-15 Richard LevitteAdd a flag for OpenVMS.
2000-09-15 Richard LevitteLater, Jeffrey changed his mind. Apparently, GetCursor...
2000-09-15 Ulf MöllerJeffrey Altman points out that GetQueueStatus() crashes...
2000-09-14 Ulf MöllerBug fix: Montgomery multiplication could produce result...
2000-09-14 Richard LevitteJeffrey Altman convinced me this patch was really neede...
2000-09-13 Ulf MöllerPoint to Peter Gutmann's revised paper.
2000-09-13 Richard Levitte3 changes:
2000-09-13 Ulf MöllerDon't set the two top bits to one when generating a...
2000-09-11 Richard LevitteDon't include e_os.h before the system headers
2000-09-11 Richard LevitteTime to release a beta. Change the version numbers...
2000-09-11 Richard LevitteA cast is needed or Borland C will complain.
2000-09-10 Richard LevitteMarin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent...
2000-09-09 Richard LevitteMore VMS synchronisation
2000-09-09 Ulf MöllerFix some CygWin problems.
2000-09-08 Richard LevitteSynchronise the VMS build with the Unix one.
2000-09-08 Richard LevitteTwo places where I forgot to change vms_idhacks to...
2000-09-07 Dr. Stephen HensonTwo new PKCS#12 demo programs.
2000-09-07 Dr. Stephen HensonUgh, BIO_find_type() cannot be passed a NULL.
2000-09-07 Dr. Stephen HensonAdd docs for BIO_find_type() and friends.
2000-09-07 Richard Levitte'make update'
2000-09-07 Richard LevitteIt's not just VMS that needs some symbols to be hacked...
2000-09-07 Richard LevitteChange the printing mahine used by BIO_printf() and...
2000-09-06 Bodo MöllerGet rid of ASN1_UTCTIME_get, which cannot work with...
2000-09-06 Bodo MöllerAnother superfluous pair of parentheses.
2000-09-06 Bodo MöllerAnother round of indentation changes: Position braces...
2000-09-06 Bodo MöllerMore indentation consistency: for (), while (), if...
2000-09-06 Bodo MöllerFix X509_STORE_CTX_init. Make indentation more consist...
2000-09-06 Bodo Möller'make update'
2000-09-05 Dr. Stephen HensonFix typo in rsautl.
2000-09-05 Dr. Stephen Henson*BIG* verify code reorganisation.
2000-09-05 Dr. Stephen HensonKeep a not of original encoding in certificate requests.
2000-09-05 Bodo MöllerIncrease print buffer (10K instead of just 2K).
2000-09-05 Bodo MöllerIgnore Makefile.save
2000-09-05 Bodo MöllerRemove silly test for b->references at the end of BIO_w...
2000-09-04 Bodo MöllerConsistency
2000-09-04 Bodo MöllerUse consistent indentation,
2000-09-04 Bodo MöllerAvoid abort() throughout the library, except when prepr...
2000-09-04 Bodo MöllerFix for BN_mul_word(a, 0).
2000-09-04 Bodo MöllerTell CVS to ignore 'lib'.
2000-09-03 Dr. Stephen HensonAdd 'rsautl' low level RSA utility.
2000-09-01 Bodo MöllerUndo change from 1.7 to 1.8:
2000-09-01 Bodo MöllerUse C syntax, not FORTRAN or whatever that was :-)
2000-08-30 Dr. Stephen HensonFix typo in i2d_ASN1_ENUMERATED
2000-08-28 Ben LaurieDiagnose EOF on memory BIOs (or you just get mysterious...
2000-08-28 Ben LaurieUse the passed buffer in ERR_error_string!
2000-08-24 Dr. Stephen HensonNew option to CA.pl to sign request using CA extensions.
2000-08-22 Dr. Stephen HensonAdd support for 'other' PKCS#7 content types.
2000-08-22 Ben Lauriemax -> dmax in bn_check_top.
2000-08-22 Dr. Stephen HensonFix ASN1_INTEGER_to_BN properly this time...
2000-08-22 Dr. Stephen HensonFixes to d2i_ASN1_OBJECT, ASN1_INTEGER_to_BN and a_strex.c
2000-08-21 Dr. Stephen HensonVarious fixes...
2000-08-19 Richard LevitteAdded OIDs from RFC 2247, 1155, and a few from 1700
2000-08-18 Richard LevitteAdded BIO_vprintf() and BIO_vsnprintf(). The former...
2000-08-18 Richard LevitteNULL is not an integer...
2000-08-17 Richard LevitteAdd more diversity to the possible log levels. Now...
2000-08-17 Richard LevitteAdded md4 to the VMS compilation
2000-08-14 Richard LevitteMD4 implemented. Assar Westerlund provided the digest...
2000-08-11 Richard LevitteAbdelilah Essiari <aes@george.lbl.gov> reports that...
2000-08-10 Richard LevitteDuplicate names detected...
2000-08-08 Richard LevitteMake sure that 'initialized' is zeroed as well when...
2000-08-06 Dr. Stephen HensonFix for bad sorting of object names.
2000-08-06 Richard LevitteFor n > 7, we might get uninitialized (unzeroed) data.
2000-08-04 Dr. Stephen HensonChanges needed for Tandem NSK, supplied by Scott Uroff...
2000-08-03 Richard LevitteOn Unicos, shorts are 8 bytes, so instead, use a struct...
2000-08-03 Richard LevitteOn Unicos, openlog() isn't constified, so let's not...
2000-08-02 Richard Levitte*mumble* unicos 10.0.0.3 with Cray Standard C Version...
2000-08-01 Richard LevitteRemove casts that are no longer needed.
2000-07-31 Richard LevitteIf a ip address is successfully parsed, the WSA structu...
2000-07-30 Dr. Stephen HensonDocument the new DN printing options.
2000-07-29 Bodo MöllerFix SSL 2.0 rollback checking: The previous implementat...
2000-07-28 Dr. Stephen HensonNew ASN1_STRING_print_ex() and X509_NAME_print_ex()
2000-07-27 Richard LevitteThere's a slight possibility that a is 0 in BN_sub_word...
2000-07-27 Richard LevitteIn the case where a < 0 and |a| < w, the result (assign...
2000-07-27 Richard LevitteLooks like Win32 builds do not define THREADS. However...
2000-07-27 Richard LevitteAdd the possibility to get hexdumps of unprintable...
2000-07-27 Dr. Stephen HensonFix a bug in the new i2d_{ENUMERATED,INTEGER} that
2000-07-26 Richard LevitteWhen data are written out in very small blocks (less...
2000-07-26 Richard LevitteThere's a deadlock when ssleay_rand_bytes is called...
next