summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall2000-02-1140-11/+80
* 'passwd' tool.Bodo Möller2000-02-105-3/+250
* 16 * 8 = 128.Bodo Möller2000-02-101-1/+1
* Move down the attributionsRichard Levitte2000-02-081-11/+16
* Note about des_ncbc_encrypt.Bodo Möller2000-02-082-1/+3
* ConstifyRichard Levitte2000-02-087-54/+56
* Update docs.Dr. Stephen Henson2000-02-085-10/+38
* Add command line password options to the reamining utilities,Dr. Stephen Henson2000-02-0812-66/+211
* des_modes is a section 7 manual, so let's make sure that's where it ends upRichard Levitte2000-02-071-4/+5
* First try at documenting the DES (and other algorithms) modesRichard Levitte2000-02-071-0/+243
* Rename the X509V3_*_d2i functions to X509_get_ext_d2i() etc.Dr. Stephen Henson2000-02-076-27/+27
* "print" is GNU bc specific.Ulf Möller2000-02-061-1/+1
* Refer to EVP_DigestInit() in the hash function descriptions.Ulf Möller2000-02-066-24/+45
* A proposed freeze and release time has come up.Richard Levitte2000-02-061-1/+3
* Document EVP digest operations.Dr. Stephen Henson2000-02-061-0/+191
* BN bug fixesUlf Möller2000-02-061-0/+1
* put missing line back in.Ulf Möller2000-02-061-1/+2
* Improve bntest slightly, and fix another bug in the BN library.Ulf Möller2000-02-066-80/+137
* Support for MacOS X (Rhapsody) is added. Also get rid of volatileAndy Polyakov2000-02-064-6/+17
* Typo corrected...Richard Levitte2000-02-061-1/+1
* Memory leak.Bodo Möller2000-02-061-0/+2
* BN_div bugfix. The q-- loop should not be entered in the n0==d0 case.Ulf Möller2000-02-062-76/+75
* Correction: openssl.c must get the long version of the apps_startup()Bodo Möller2000-02-052-1/+2
* Cosmetic changes.Bodo Möller2000-02-057-19/+12
* Add support for some broken PKCS#8 formats.Dr. Stephen Henson2000-02-057-94/+232
* Commit patch to bn.h that CVS decided to throw away during 'cvs update',Bodo Möller2000-02-052-2/+5
* Generate just one error code if iterated SSL_CTX_get() fails.Bodo Möller2000-02-0512-41/+109
* Use MONT_WORD macro to control if the word-based or the bignumUlf Möller2000-02-053-116/+95
* New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller2000-02-0524-171/+401
* md2 is documented in the md5 page. lets see if this works...Ulf Möller2000-02-051-1/+1
* Document RC4.Ulf Möller2000-02-054-4/+62
* Replace ridiculous libdes PRNG with RAND_bytes. These functions are notUlf Möller2000-02-051-98/+52
* New xcbc_ok test vector is required after the parity bits in cbc2_keyAndy Polyakov2000-02-041-9/+13
* Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson2000-02-0420-151/+289
* Report progress as in dsatest.c when creating a DHE key.Bodo Möller2000-02-041-7/+32
* Use correct, not American spelling.Bodo Möller2000-02-042-2/+2
* Correct spelling as it was done in the source.Bodo Möller2000-02-041-1/+1
* *** empty log message ***Ulf Möller2000-02-031-2/+2
* a short page for "speed"Ulf Möller2000-02-031-0/+45
* ispell (and minor modifications)Ulf Möller2000-02-03111-226/+226
* Document hash functions.Ulf Möller2000-02-0320-22/+302
* Add new -notext option to 'ca', -pubkey option to spkac.Dr. Stephen Henson2000-02-0316-46/+80
* Some 'const's for BNs.Bodo Möller2000-02-035-13/+14
* Include OpenSSL license.Bodo Möller2000-02-021-0/+53
* Tolerate negative numbers in BN_is_prime.Bodo Möller2000-02-025-31/+46
* rndsort{Miller, Rabin} primality test.Bodo Möller2000-02-025-195/+102
* Support for "multiply high" instruction, see BN_UMULT_HIGH comment inAndy Polyakov2000-02-023-37/+151
* Update docs.Dr. Stephen Henson2000-02-022-1/+52
* Bug fix: BN_is_prime() would fail with a high probability for smallUlf Möller2000-02-011-0/+1
* match the prototypeUlf Möller2000-02-011-1/+2