aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a bug in the new i2d_{ENUMERATED,INTEGER} thatDr. Stephen Henson2000-07-272-0/+2
* When data are written out in very small blocks (less than 3 bytes inRichard Levitte2000-07-261-4/+11
* There's a deadlock when ssleay_rand_bytes is called the first time, sinceRichard Levitte2000-07-261-4/+14
* Fix warnings.Dr. Stephen Henson2000-07-262-2/+2
* Make NEG_PUBKEY_BUG on by default.Dr. Stephen Henson2000-07-268-49/+91
* Darrel Hankerson <dhankers@cacr.math.uwaterloo.ca> correctly discoveredRichard Levitte2000-07-261-1/+1
* Avoid a race condition if another thread happens to remove the errorRichard Levitte2000-07-251-5/+8
* "make update"Richard Levitte2000-07-243-32/+19
* Redo and enhance the support for building shared libraries. CurrentlyRichard Levitte2000-07-211-0/+53
* Bugfix: use write locks, not just read locksBodo Möller2000-07-211-8/+8
* oops.Ulf Möller2000-07-211-1/+1
* don't print debug outputUlf Möller2000-07-211-1/+0
* Move RNG initialization to RAND_poll(), and shared definitions toUlf Möller2000-07-192-121/+195
* Randomness polling function for Win9x.Ulf Möller2000-07-192-58/+326
* Fix some typose in the i2d/d2i functions thatDr. Stephen Henson2000-07-103-7/+10
* Corrected small bug that could add ',L' when it shouldn'tRichard Levitte2000-07-082-3/+14
* New ASN1 functions that just deal withDr. Stephen Henson2000-07-074-179/+135
* I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte2000-07-0521-1099/+5046
* Return bignum '0' when BN_rand is asked for a 0 bit random number.Bodo Möller2000-07-021-0/+6
* Don't dereference NULL pointers.Bodo Möller2000-07-021-2/+2
* Don't let top go below zero!Ben Laurie2000-07-011-1/+1
* Undo the changes I just made. I'm not sure what I was thinking of.Richard Levitte2000-06-281-11/+0
* Make it possible for people to tell where the EGD socket is throughRichard Levitte2000-06-281-0/+11
* That's it, I've seen questions about this one time too many forRichard Levitte2000-06-281-0/+2
* Steve fixed up some strange errors introduced into dso_win32.c, and I'mGeoff Thorpe2000-06-231-3/+3
* Actually comment out the parts of BN_MOD_MUL_WORD that I inteded toBodo Möller2000-06-231-1/+1
* In BN_mod_exp_mont_word, avoid one application of BN_MOD_MUL_WORD,Bodo Möller2000-06-231-14/+51
* On case-insensitive systems, the 'install' target gets matched againstRichard Levitte2000-06-221-1/+3
* Change mkstack.pl so it now sorts each groupDr. Stephen Henson2000-06-221-548/+548
* use faster versionUlf Möller2000-06-211-1/+1
* * This adds some checking to the 'dlfcn' DSO_METHOD that at least letsGeoff Thorpe2000-06-212-163/+76
* Fixes for Win32 build.Dr. Stephen Henson2000-06-2121-55/+67
* Handle ASN1_SET_OF and PKCS12_STACK_OF using functionDr. Stephen Henson2000-06-206-81/+355
* 'make update'Geoff Thorpe2000-06-201-160/+160
* Avoid unnecessary links and incomplete program file in apps/.Bodo Möller2000-06-192-2/+2
* Add the missing callback pointer handling functions.Richard Levitte2000-06-192-21/+49
* Add OPENSSL_free at the end of CRYPTO_destroy_dynlockid.Bodo Möller2000-06-191-0/+3
* Redo the support for dynamic locks. First of all, it was terriblyRichard Levitte2000-06-192-65/+98
* Modifications for VMS.Richard Levitte2000-06-182-11/+6
* Add support for dynamically created and destroyed mutexes. This willRichard Levitte2000-06-184-5/+175
* Using speaking "variable" names in macros so that e.g. grepping forBodo Möller2000-06-171-768/+783