summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte
2000-09-17Some platforms define NULL as ((void *)0). Unfortunately, a void*Richard Levitte
2000-09-17A couple of more names need to be shortened for VMS on VAX.Richard Levitte
2000-09-17Make sure Compaq C doesn'r complain about dollars, and go around theRichard Levitte
2000-09-17Rename new BIO_set_shutdown_wr macro to just BIO_shutdown_wrBodo Möller
2000-09-16New macro BIO_set_shutdown_wr().Dr. Stephen Henson
2000-09-15Compile all dso files on VMS as well.Richard Levitte
2000-09-15Make sure dso_vms.c compiles on other operating systems as well.Richard Levitte
2000-09-15A DSO method for VMS was missing, and I had the code lying around...Richard Levitte
2000-09-15Add a flag for OpenVMS.Richard Levitte
2000-09-15Later, Jeffrey changed his mind. Apparently, GetCursorInfo exists butRichard Levitte
2000-09-15Jeffrey Altman points out that GetQueueStatus() crashes on NT.Ulf Möller
2000-09-14Bug fix: Montgomery multiplication could produce results with the wrongUlf Möller
2000-09-14Jeffrey Altman convinced me this patch was really needed, or there isRichard Levitte
2000-09-13Point to Peter Gutmann's revised paper.Ulf Möller
2000-09-133 changes:Richard Levitte
2000-09-13Don't set the two top bits to one when generating a random number < q.:wqUlf Möller
2000-09-11Don't include e_os.h before the system headersRichard Levitte
2000-09-11Time to release a beta. Change the version numbers and datesRichard Levitte
2000-09-11A cast is needed or Borland C will complain.Richard Levitte
2000-09-10Marin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent us patches to makeRichard Levitte
2000-09-09More VMS synchronisationRichard Levitte
2000-09-09Fix some CygWin problems.Ulf Möller
2000-09-08Synchronise the VMS build with the Unix one.Richard Levitte
2000-09-08Two places where I forgot to change vms_idhacks to symhacks.Richard Levitte
2000-09-07Two new PKCS#12 demo programs.Dr. Stephen Henson
2000-09-07Ugh, BIO_find_type() cannot be passed a NULL.Dr. Stephen Henson
2000-09-07Add docs for BIO_find_type() and friends.Dr. Stephen Henson
2000-09-07'make update'Richard Levitte
2000-09-07It's not just VMS that needs some symbols to be hacked. Let'sRichard Levitte
2000-09-07Change the printing mahine used by BIO_printf() and friends so it canRichard Levitte
2000-09-06Get rid of ASN1_UTCTIME_get, which cannot work with time_tBodo Möller
2000-09-06Another superfluous pair of parentheses.Bodo Möller
2000-09-06Another round of indentation changes: Position braces consistently,Bodo Möller
2000-09-06More indentation consistency: for (), while (), if (), return ()Bodo Möller
2000-09-06Fix X509_STORE_CTX_init. Make indentation more consistent. Dump core less o...Bodo Möller
2000-09-06'make update'Bodo Möller
2000-09-05Fix typo in rsautl.Dr. Stephen Henson
2000-09-05*BIG* verify code reorganisation.Dr. Stephen Henson
2000-09-05Keep a not of original encoding in certificate requests.Dr. Stephen Henson
2000-09-05Increase print buffer (10K instead of just 2K).Bodo Möller
2000-09-05Ignore Makefile.saveBodo Möller
2000-09-05Remove silly test for b->references at the end of BIO_write:Bodo Möller
2000-09-04ConsistencyBodo Möller
2000-09-04Use consistent indentation,Bodo Möller
2000-09-04Avoid abort() throughout the library, except when preprocessorBodo Möller
2000-09-04Fix for BN_mul_word(a, 0).Bodo Möller
2000-09-04Tell CVS to ignore 'lib'.Bodo Möller
2000-09-03Add 'rsautl' low level RSA utility.Dr. Stephen Henson
2000-09-01Undo change from 1.7 to 1.8:Bodo Möller