aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-276-19/+94
* 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-269-49/+108
* 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
* Add support for solaris shared libraries, currently just experimentalRichard Levitte2000-07-241-0/+18
* Avoid loops, and make sure that it's possible to still build sharedRichard Levitte2000-07-242-10/+23
* This isn't entirely necessary if you do everything right from theRichard Levitte2000-07-241-0/+1
* "make update"Richard Levitte2000-07-245-33/+243
* Add a note on installation under Win32.Richard Levitte2000-07-241-0/+29
* Show the running line count and definition cont in debug mode. ThatRichard Levitte2000-07-241-1/+11
* Profiling option for mk1mf.plUlf Möller2000-07-212-3/+8
* crypto/err.c bugfixBodo Möller2000-07-211-0/+4
* Redo and enhance the support for building shared libraries. CurrentlyRichard Levitte2000-07-215-53/+234
* Bugfix: use write locks, not just read locksBodo Möller2000-07-211-8/+8
* We do PKCS8 as wellRichard Levitte2000-07-211-0/+2
* 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-193-58/+331
* Document -purpose option in usage string.Bodo Möller2000-07-151-1/+1
* Make req seed the PRNG if signing withDr. Stephen Henson2000-07-124-1/+58
* FAQ about ar "missing" on Solaris.Richard Levitte2000-07-111-0/+18
* Add an early reference to BN_CTX_new so that the usage of BN_CTX_startBodo Möller2000-07-111-1/+2
* Fix some typose in the i2d/d2i functions thatDr. Stephen Henson2000-07-107-13/+75
* 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-075-179/+147
* More experiments show that you can set your data segment size softRichard Levitte2000-07-051-10/+19
* Change the FAQ entry a bit, giving the details as I observed them.Richard Levitte2000-07-051-3/+15
* Document the change.Richard Levitte2000-07-051-0/+17
* I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte2000-07-0525-1858/+5846
* BeautificationRichard Levitte2000-07-051-6/+6
* Add a blurb on how to solve the problem with failing compiltaion of sha_dgst....Richard Levitte2000-07-041-0/+24
* Add PRNGD link.Ulf Möller2000-07-031-0/+4
* Update STATUS.Dr. Stephen Henson2000-07-021-1/+2
* Return bignum '0' when BN_rand is asked for a 0 bit random number.Bodo Möller2000-07-021-0/+6
* Fix code structure (if ... else if ... where both partsBodo Möller2000-07-021-5/+9
* 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
* Use up-to-date functions.Ben Laurie2000-07-011-7/+56
* Give the user the option to measure real time instead of user CPU time.Richard Levitte2000-06-301-71/+88
* Undo the changes I just made. I'm not sure what I was thinking of.Richard Levitte2000-06-2811-139/+23
* Document my latest changes.Richard Levitte2000-06-281-0/+9
* Make it possible for users of the openssl applications to specify theRichard Levitte2000-06-289-23/+119