aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Safe stack reorganisation in terms of function casts.Dr. Stephen Henson2000-06-1614-1094/+780
* Change to have a single library that works on both Win9x and WinNT.Richard Levitte2000-06-161-5/+37
* typoBodo Möller2000-06-161-1/+1
* In EVP_BytesToKey, replace explicit "8" by "PKCS5_SALT_LEN".Bodo Möller2000-06-161-1/+1
* There are compilers that complain if a variable has the same name as aBodo Möller2000-06-161-3/+3
* Currently the DSO_METHOD interface has one entry point to bind allGeoff Thorpe2000-06-168-111/+258
* Add support for the modified SGC key format used in IIS.Dr. Stephen Henson2000-06-152-5/+45
* Make sure that bs is not getting free'd again.Richard Levitte2000-06-151-0/+1
* This probably fixes a BN_rshift bug.Bodo Möller2000-06-131-1/+1
* Use BN_CTX_end when exiting early from BN_mod_exp_mont_word becauseBodo Möller2000-06-131-0/+3
* The atalla functionality doesn't work with the "word" version ofGeoff Thorpe2000-06-131-1/+1
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-1322-1202/+1364
* protoypesUlf Möller2000-06-121-3/+3
* Fix evp_locl.h macros.Dr. Stephen Henson2000-06-111-8/+8
* Make EVP_SealInit() and EVP_OpenInit() check EVP_EncryptInit() andDr. Stephen Henson2000-06-112-4/+2
* Document EVP routines. Change EVP_SealInit() and EVP_OpenInit()Dr. Stephen Henson2000-06-115-8/+102
* Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte2000-06-0912-23/+73