aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid integer overflow in entropy counter.Bodo Möller2000-01-213-10/+14
* Document RAND library.Ulf Möller2000-01-2111-34/+392
* Move ssl.pod to doc/sslUlf Möller2000-01-213-639/+6
* In RAND_write_file, truncate the file to the no. of bytes writtenBodo Möller2000-01-211-0/+2
* add ERR_print_errors after "end" label.Bodo Möller2000-01-211-0/+1
* Don't "goto err" in client_master_key because no such label exists;Bodo Möller2000-01-211-1/+1
* doc/man moved to doc/appsBodo Möller2000-01-211-1/+1
* mention manual pagesBodo Möller2000-01-211-0/+2
* Make -CAcreateserial start from 1 instead of 0 forDr. Stephen Henson2000-01-213-4/+12
* Change the 'man' directory to 'apps'. Yes I wish cvsDr. Stephen Henson2000-01-2128-11/+0
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-2120-35/+50
* Some more ifdefs for no-xxx options.Ulf Möller2000-01-215-2/+10
* Don't build the testapps automatically because the openssl program nowUlf Möller2000-01-211-1/+1
* AFAICS lst1 stands for "lshift test" not "list".Ulf Möller2000-01-211-2/+2
* WINDOWS is defined in e_os.h. The problem was WIN32 (the new egcs uses _WIN32).Ulf Möller2000-01-204-6/+10
* Define WINDOWS in all Mingw32 cases.Bodo Möller2000-01-202-3/+3
* Rename lst1 to list1 to avoid name conflict on some platforms.Bodo Möller2000-01-201-2/+2
* Define WINDOWS for Mingw32 and Cygwin.Bodo Möller2000-01-201-2/+2
* Define WINDOWS.Bodo Möller2000-01-201-1/+1
* Oops... undo change to wrong prototype.Dr. Stephen Henson2000-01-201-2/+2
* Finish off the X509_ATTRIBUTE string stuff.Dr. Stephen Henson2000-01-2013-273/+164
* Rename X509_att*() stuff to X509at_*(), add X509_REQ wrappers.Dr. Stephen Henson2000-01-196-29/+174
* Rename rsa_oaep_test to the more appropriate name rsa_test for theUlf Möller2000-01-185-10/+10
* Compaq C 6.2 for VMS will complain when we want to convertRichard Levitte2000-01-186-33/+175
* Avoid converting void * to a function pointer when NULL is defined asRichard Levitte2000-01-182-2/+2
* A test script to check on the header filesRichard Levitte2000-01-181-0/+28
* Build the test apps after all of the library has been built.Richard Levitte2000-01-181-1/+5
* SOCKETSHR is showing bad declarations again. However, a simple castRichard Levitte2000-01-171-2/+8
* Build the crypto test applications as well.Richard Levitte2000-01-171-1/+1
* Prepare for a possible disabling of certain messages that DEC C spews out.Richard Levitte2000-01-171-0/+3
* Give the user the possibility to ask for compilation of only the filesRichard Levitte2000-01-171-1/+5
* It doesn't make sense to try see if these variables are negative, since they'...Richard Levitte2000-01-173-6/+6
* Beautification and a few entries added.Richard Levitte2000-01-171-59/+87
* SSL_R_UNSUPPORTED_PROTOCOL (as in s23_clnt.c) for SSL 2 whenBodo Möller2000-01-161-1/+1
* Add missing #ifndefs that caused missing symbols when building libsslUlf Möller2000-01-1617-37/+66
* Header for RAND_seed()Ulf Möller2000-01-161-0/+1
* remove debug modification that I checked in accidentallyUlf Möller2000-01-161-1/+1
* New function RAND_pseudo_bytes() generated pseudorandom numbers thatUlf Möller2000-01-168-9/+37
* In ssl3_read_n, set rwstate to SSL_NOTHING when the requestedBodo Möller2000-01-161-0/+1
* Another name longer than 31 charsRichard Levitte2000-01-161-0/+2
* Cut'n'paste errorRichard Levitte2000-01-161-4/+4
* RAND_seedUlf Möller2000-01-161-0/+4
* Synchronise with the makefiles.Richard Levitte2000-01-162-7/+7
* Tell the truth about list separators.Richard Levitte2000-01-154-12/+20
* add "randomness"Bodo Möller2000-01-152-0/+8
* RAND_bytes's return values is 0 for an error, not -1.Bodo Möller2000-01-151-1/+1
* Enable memory checking earlier (we correctly free everythingBodo Möller2000-01-151-5/+4
* TypoRichard Levitte2000-01-141-1/+1
* Typo...Richard Levitte2000-01-141-1/+1
* Delete "random" file .rnd in "make clean".Bodo Möller2000-01-141-1/+1