aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* RAND_load_file(..., -1) now means "read the complete file";Bodo Möller2000-01-241-4/+13
* The des_xcbc_encrypt apparently always fails.Bodo Möller2000-01-241-1/+8
* Add the PID to the output on Win32.Richard Levitte2000-01-241-3/+11
* Rename asn1/pkcs8.c to asn1/p8_key.c to avoid name conflict.Ulf Möller2000-01-241-1/+1
* Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson2000-01-2331-218/+252
* Document the BN library.Ulf Möller2000-01-234-16/+26
* Under VMS, ftruncate should be availableBodo Möller2000-01-231-0/+7
* As ftruncate is not availabe on all platforms, switch back toBodo Möller2000-01-231-14/+8
* update PRNG documentation/commentsBodo Möller2000-01-221-6/+8
* fail on all errors.Ulf Möller2000-01-221-1/+4
* Document the DH library, and make some minor changes along the way.Ulf Möller2000-01-227-37/+51
* Use comment from md_rand.c in rand.podUlf Möller2000-01-211-1/+1
* change commentsBodo Möller2000-01-211-6/+7
* Avoid integer overflow in entropy counter.Bodo Möller2000-01-211-2/+3
* Document RAND library.Ulf Möller2000-01-212-5/+5
* In RAND_write_file, truncate the file to the no. of bytes writtenBodo Möller2000-01-211-0/+2
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-2112-17/+24
* Some more ifdefs for no-xxx options.Ulf Möller2000-01-214-1/+9
* AFAICS lst1 stands for "lshift test" not "list".Ulf Möller2000-01-211-2/+2
* Rename lst1 to list1 to avoid name conflict on some platforms.Bodo Möller2000-01-201-2/+2
* Oops... undo change to wrong prototype.Dr. Stephen Henson2000-01-201-2/+2
* Finish off the X509_ATTRIBUTE string stuff.Dr. Stephen Henson2000-01-206-14/+30
* Rename X509_att*() stuff to X509at_*(), add X509_REQ wrappers.Dr. Stephen Henson2000-01-194-22/+151
* Rename rsa_oaep_test to the more appropriate name rsa_test for theUlf Möller2000-01-182-1/+1
* Compaq C 6.2 for VMS will complain when we want to convertRichard Levitte2000-01-183-24/+91
* Avoid converting void * to a function pointer when NULL is defined asRichard Levitte2000-01-182-2/+2
* SOCKETSHR is showing bad declarations again. However, a simple castRichard Levitte2000-01-171-2/+8
* 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-171-2/+2
* Header for RAND_seed()Ulf Möller2000-01-161-0/+1
* New function RAND_pseudo_bytes() generated pseudorandom numbers thatUlf Möller2000-01-165-2/+29
* Cut'n'paste errorRichard Levitte2000-01-161-4/+4
* Synchronise with the makefiles.Richard Levitte2000-01-161-5/+5
* 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
* Typo...Richard Levitte2000-01-141-1/+1
* Let "make test" survive without DEVRANDOMBodo Möller2000-01-141-0/+5
* In EVP_PKEY_assign[_...], return 0 for an error when theyBodo Möller2000-01-141-1/+1
* - Pseudo-seed the PRNG in programs used for "make test"Bodo Möller2000-01-148-1/+25
* Avoid some warnings, and run "make update".Bodo Möller2000-01-146-15/+41
* Avoid shadowing variables,Bodo Möller2000-01-141-5/+5
* minor change for the prngUlf Möller2000-01-141-7/+5
* Use CRYPTO_push_info to track down memory leakBodo Möller2000-01-131-0/+1
* Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller2000-01-1320-30/+183
* Turn BN_prime_checks into a macro.Bodo Möller2000-01-125-16/+34
* add dependency and auto-generation rule for bn_prime.hBodo Möller2000-01-123-5/+68
* New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...Dr. Stephen Henson2000-01-092-0/+14
* Make NO_RSA compile with pedantic.Ben Laurie2000-01-087-0/+43
* Add -prexit command to s_client and patch some BIODr. Stephen Henson2000-01-082-3/+13
* apps/openssl.cnf and the documentation say it's "nombstr",Bodo Möller2000-01-071-1/+1