aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* On VMS, stdout may very well lead to a file that is written to in aRichard Levitte2000-09-205-1/+407
* Totally remove the supposedly 'faster' variant inBodo Möller2000-09-192-30/+1
* Document BN_mod_mul_montgomery bug;Bodo Möller2000-09-191-2/+3
* Disable buggy code variant in BN_mod_mul_montgomery that was enabledBodo Möller2000-09-191-1/+20
* No engine stuff in the main trunk.Richard Levitte2000-09-181-2/+1
* Work around for Netscape PKCS#7 signedData bug.Dr. Stephen Henson2000-09-181-0/+5
* Going through performance statistics sometimes generates an exception,Richard Levitte2000-09-181-3/+7
* cyclecount is only used when __GNUC__ isn't defined.Richard Levitte2000-09-181-1/+2
* Disable the net statistics gathering code, since different compilersRichard Levitte2000-09-181-1/+14
* Unless we cast, thorough compilers will complainRichard Levitte2000-09-181-1/+1
* Jeffrey Altman reminds us to initialize some variables and ercommends the use...Richard Levitte2000-09-181-9/+19
* A new beta is being released. Change the version numbersRichard Levitte2000-09-171-2/+2
* A patch from HP for better performance.Richard Levitte2000-09-174-417/+3640
* Jeffrey Altman <jaltman@columbia.edu> sent me a patch that fixes theRichard Levitte2000-09-171-9/+83
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-1716-28/+28
* Some platforms define NULL as ((void *)0). Unfortunately, a void*Richard Levitte2000-09-171-1/+1
* A couple of more names need to be shortened for VMS on VAX.Richard Levitte2000-09-171-0/+4
* Make sure Compaq C doesn'r complain about dollars, and go around theRichard Levitte2000-09-171-10/+17
* Rename new BIO_set_shutdown_wr macro to just BIO_shutdown_wrBodo Möller2000-09-171-1/+1
* New macro BIO_set_shutdown_wr().Dr. Stephen Henson2000-09-161-0/+1
* Compile all dso files on VMS as well.Richard Levitte2000-09-151-1/+2
* Make sure dso_vms.c compiles on other operating systems as well.Richard Levitte2000-09-152-2/+11
* A DSO method for VMS was missing, and I had the code lying around...Richard Levitte2000-09-155-2/+379
* Add a flag for OpenVMS.Richard Levitte2000-09-151-0/+6
* Later, Jeffrey changed his mind. Apparently, GetCursorInfo exists butRichard Levitte2000-09-151-1/+13
* Jeffrey Altman points out that GetQueueStatus() crashes on NT.Ulf Möller2000-09-151-9/+0
* Bug fix: Montgomery multiplication could produce results with the wrongUlf Möller2000-09-141-0/+1
* Jeffrey Altman convinced me this patch was really needed, or there isRichard Levitte2000-09-141-9/+24
* Point to Peter Gutmann's revised paper.Ulf Möller2000-09-131-0/+1
* 3 changes:Richard Levitte2000-09-131-2/+15
* Don't set the two top bits to one when generating a random number < q.:wqUlf Möller2000-09-132-2/+2
* Don't include e_os.h before the system headersRichard Levitte2000-09-111-2/+1
* Time to release a beta. Change the version numbers and datesRichard Levitte2000-09-111-3/+3
* A cast is needed or Borland C will complain.Richard Levitte2000-09-111-1/+1
* Marin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent us patches to makeRichard Levitte2000-09-102-0/+18
* More VMS synchronisationRichard Levitte2000-09-095-17/+42
* Fix some CygWin problems.Ulf Möller2000-09-093-7/+6
* Synchronise the VMS build with the Unix one.Richard Levitte2000-09-082-9/+11
* Two places where I forgot to change vms_idhacks to symhacks.Richard Levitte2000-09-082-6/+2
* Two new PKCS#12 demo programs.Dr. Stephen Henson2000-09-074-11/+42
* Ugh, BIO_find_type() cannot be passed a NULL.Dr. Stephen Henson2000-09-072-3/+4
* Add docs for BIO_find_type() and friends.Dr. Stephen Henson2000-09-073-2/+9
* 'make update'Richard Levitte2000-09-0727-454/+609
* It's not just VMS that needs some symbols to be hacked. Let'sRichard Levitte2000-09-076-20/+134
* Change the printing mahine used by BIO_printf() and friends so it canRichard Levitte2000-09-071-160/+89
* Get rid of ASN1_UTCTIME_get, which cannot work with time_tBodo Möller2000-09-062-0/+48
* Another superfluous pair of parentheses.Bodo Möller2000-09-061-1/+1
* Another round of indentation changes: Position braces consistently,Bodo Möller2000-09-062-87/+93
* More indentation consistency: for (), while (), if (), return ()Bodo Möller2000-09-061-50/+50
* Fix X509_STORE_CTX_init. Make indentation more consistent. Dump core less o...Bodo Möller2000-09-062-54/+86