summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2000-09-01Use C syntax, not FORTRAN or whatever that was :-)Bodo Möller
2000-08-30Fix typo in i2d_ASN1_ENUMERATEDDr. Stephen Henson
2000-08-28Diagnose EOF on memory BIOs (or you just get mysterious errors with no errorBen Laurie
2000-08-28Use the passed buffer in ERR_error_string!Ben Laurie
2000-08-24New option to CA.pl to sign request using CA extensions.Dr. Stephen Henson
2000-08-22Add support for 'other' PKCS#7 content types.Dr. Stephen Henson
2000-08-22max -> dmax in bn_check_top.Ben Laurie
2000-08-22Fix ASN1_INTEGER_to_BN properly this time...Dr. Stephen Henson
2000-08-22Fixes to d2i_ASN1_OBJECT, ASN1_INTEGER_to_BN and a_strex.cDr. Stephen Henson
2000-08-21Various fixes...Dr. Stephen Henson
2000-08-19Added OIDs from RFC 2247, 1155, and a few from 1700Richard Levitte
2000-08-18Added BIO_vprintf() and BIO_vsnprintf(). The former because I'veRichard Levitte
2000-08-18NULL is not an integer...Richard Levitte
2000-08-17Add more diversity to the possible log levels. Now we have fullRichard Levitte
2000-08-17Added md4 to the VMS compilationRichard Levitte
2000-08-14MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte
2000-08-11Abdelilah Essiari <aes@george.lbl.gov> reports that for very smallRichard Levitte
2000-08-10Duplicate names detected...Richard Levitte
2000-08-08Make sure that 'initialized' is zeroed as well when cleaning up.Richard Levitte
2000-08-06Fix for bad sorting of object names.Dr. Stephen Henson
2000-08-06For n > 7, we might get uninitialized (unzeroed) data.Richard Levitte
2000-08-04Changes needed for Tandem NSK, supplied by Scott Uroff (scott@xypro.com).Dr. Stephen Henson
2000-08-03On Unicos, shorts are 8 bytes, so instead, use a structure with 2 32-bit ints...Richard Levitte
2000-08-03On Unicos, openlog() isn't constified, so let's not do that in xopenlog()Richard Levitte
2000-08-02*mumble* unicos 10.0.0.3 with Cray Standard C Version 6.2.0.0 has a syslog.hRichard Levitte
2000-08-01Remove casts that are no longer needed.Richard Levitte
2000-07-31If a ip address is successfully parsed, the WSA structure under Win32 wasn'tRichard Levitte
2000-07-30Document the new DN printing options.Dr. Stephen Henson
2000-07-29Fix SSL 2.0 rollback checking: The previous implementation of theBodo Möller