summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2000-07-28New ASN1_STRING_print_ex() and X509_NAME_print_ex()Dr. Stephen Henson
2000-07-27There's a slight possibility that a is 0 in BN_sub_word(), and mightRichard Levitte
2000-07-27In the case where a < 0 and |a| < w, the result (assigned to a) fromRichard Levitte
2000-07-27Looks like Win32 builds do not define THREADS. However, they're stillRichard Levitte
2000-07-27Add the possibility to get hexdumps of unprintable data when usingRichard Levitte
2000-07-27Fix a bug in the new i2d_{ENUMERATED,INTEGER} thatDr. Stephen Henson
2000-07-26When data are written out in very small blocks (less than 3 bytes inRichard Levitte
2000-07-26There's a deadlock when ssleay_rand_bytes is called the first time, sinceRichard Levitte
2000-07-26Fix warnings.Dr. Stephen Henson
2000-07-26Make NEG_PUBKEY_BUG on by default.Dr. Stephen Henson