aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* make no-des and no-rc2 work.Bodo Möller2000-01-076-10/+49
* add V_CRYPTO_MDEBUG_ALLBodo Möller2000-01-071-0/+2
* #undef PKCS7_SIGNER_INFO for Win32 to avoid clashes.Dr. Stephen Henson2000-01-073-7/+10
* More X509_ATTRIBUTE changes.Dr. Stephen Henson2000-01-075-14/+34
* Initial automation changes to 'req' and X509_ATTRIBUTE functions.Dr. Stephen Henson2000-01-067-65/+362
* Metrowerks for Motorola tune-up.Andy Polyakov2000-01-022-2/+12
* Add support for MS "fast SGC".Dr. Stephen Henson2000-01-021-3/+4
* Fix some of the command line password stuff. New functionDr. Stephen Henson2000-01-016-61/+33
* Add OIDs for idea and blowfish. Unfortunately these are inDr. Stephen Henson1999-12-299-250/+277
* Simplify the trust structure: basically zap the bit strings andDr. Stephen Henson1999-12-295-141/+95
* MacOS updates. Initial support for GUSI (MacOS socket implementation)Andy Polyakov1999-12-261-2/+2
* New {i2d,d2i}_PrivateKey_{bio, fp} functions.Dr. Stephen Henson1999-12-264-1/+80
* Makefile clean-ups, crypto/bn/asm/alpha.s compiles on Alpha Linux.Andy Polyakov1999-12-252-7/+14