aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* 'make update'Bodo Möller2000-09-061-4/+5
* Fix typo in rsautl.Dr. Stephen Henson2000-09-053-6/+35
* *BIG* verify code reorganisation.Dr. Stephen Henson2000-09-0510-201/+441
* Keep a not of original encoding in certificate requests.Dr. Stephen Henson2000-09-054-9/+36
* Increase print buffer (10K instead of just 2K).Bodo Möller2000-09-051-1/+1
* Ignore Makefile.saveBodo Möller2000-09-051-0/+1
* Remove silly test for b->references at the end of BIO_write:Bodo Möller2000-09-051-9/+3
* ConsistencyBodo Möller2000-09-042-2/+2
* Use consistent indentation,Bodo Möller2000-09-041-61/+68
* Avoid abort() throughout the library, except when preprocessorBodo Möller2000-09-0410-38/+114
* Fix for BN_mul_word(a, 0).Bodo Möller2000-09-041-4/+9
* Tell CVS to ignore 'lib'.Bodo Möller2000-09-041-0/+1
* Add 'rsautl' low level RSA utility.Dr. Stephen Henson2000-09-032-0/+26
* Undo change from 1.7 to 1.8:Bodo Möller2000-09-011-4/+2
* Use C syntax, not FORTRAN or whatever that was :-)Bodo Möller2000-09-011-5/+9
* Fix typo in i2d_ASN1_ENUMERATEDDr. Stephen Henson2000-08-302-1/+2
* Diagnose EOF on memory BIOs (or you just get mysterious errors with no errorBen Laurie2000-08-283-0/+6
* Use the passed buffer in ERR_error_string!Ben Laurie2000-08-281-1/+1
* New option to CA.pl to sign request using CA extensions.Dr. Stephen Henson2000-08-244-1/+29
* Add support for 'other' PKCS#7 content types.Dr. Stephen Henson2000-08-222-5/+10
* max -> dmax in bn_check_top.Ben Laurie2000-08-221-1/+1
* Fix ASN1_INTEGER_to_BN properly this time...Dr. Stephen Henson2000-08-222-2/+2
* Fixes to d2i_ASN1_OBJECT, ASN1_INTEGER_to_BN and a_strex.cDr. Stephen Henson2000-08-223-9/+10
* Various fixes...Dr. Stephen Henson2000-08-214-1/+95
* Added OIDs from RFC 2247, 1155, and a few from 1700Richard Levitte2000-08-193-0/+113
* Added BIO_vprintf() and BIO_vsnprintf(). The former because I'veRichard Levitte2000-08-182-5/+27
* NULL is not an integer...Richard Levitte2000-08-181-1/+1
* Add more diversity to the possible log levels. Now we have fullRichard Levitte2000-08-171-15/+41
* Added md4 to the VMS compilationRichard Levitte2000-08-171-3/+4
* MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte2000-08-1424-1221/+2511
* Abdelilah Essiari <aes@george.lbl.gov> reports that for very smallRichard Levitte2000-08-111-0/+10
* Duplicate names detected...Richard Levitte2000-08-101-2/+2
* Make sure that 'initialized' is zeroed as well when cleaning up.Richard Levitte2000-08-081-0/+1
* Fix for bad sorting of object names.Dr. Stephen Henson2000-08-063-17/+258
* For n > 7, we might get uninitialized (unzeroed) data.Richard Levitte2000-08-061-2/+2
* Changes needed for Tandem NSK, supplied by Scott Uroff (scott@xypro.com).Dr. Stephen Henson2000-08-045-14/+29
* On Unicos, shorts are 8 bytes, so instead, use a structure with 2 32-bit ints...Richard Levitte2000-08-031-1/+11
* On Unicos, openlog() isn't constified, so let's not do that in xopenlog()Richard Levitte2000-08-031-5/+5
* *mumble* unicos 10.0.0.3 with Cray Standard C Version 6.2.0.0 has a syslog.hRichard Levitte2000-08-021-1/+1
* Remove casts that are no longer needed.Richard Levitte2000-08-011-5/+5
* If a ip address is successfully parsed, the WSA structure under Win32 wasn'tRichard Levitte2000-07-311-2/+7
* Document the new DN printing options.Dr. Stephen Henson2000-07-303-10/+10
* Fix SSL 2.0 rollback checking: The previous implementation of theBodo Möller2000-07-291-1/+1
* New ASN1_STRING_print_ex() and X509_NAME_print_ex()Dr. Stephen Henson2000-07-286-2/+763
* There's a slight possibility that a is 0 in BN_sub_word(), and mightRichard Levitte2000-07-271-1/+1
* In the case where a < 0 and |a| < w, the result (assigned to a) fromRichard Levitte2000-07-271-1/+1
* Looks like Win32 builds do not define THREADS. However, they're stillRichard Levitte2000-07-271-1/+1
* Add the possibility to get hexdumps of unprintable data when usingRichard Levitte2000-07-274-17/+74