aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow passwords to be included on command line for a fewDr. Stephen Henson1999-12-244-0/+44
* Fixes so NO_RSA works again.Dr. Stephen Henson1999-12-244-3/+20
* Add PKCS#8 utility functions and add PBE options.Dr. Stephen Henson1999-12-236-32/+210
* SynchronisingRichard Levitte1999-12-221-1/+1
* Support for ASN1 NULL type.Dr. Stephen Henson1999-12-225-3/+135
* Even more late break-in MacOS tidbits...Andy Polyakov1999-12-192-2/+10
* Late break-in patch for MacOS support.Andy Polyakov1999-12-193-4/+3
* Initial support for MacOS is now availableAndy Polyakov1999-12-191-3/+3
* MacOS updates.Andy Polyakov1999-12-195-12/+16
* RenameBodo Möller1999-12-182-14/+14
* fix typos and other little errors ...Bodo Möller1999-12-182-25/+17
* - Don't assume that int and size_t have the same representationBodo Möller1999-12-183-105/+154
* - Added more documentation in CHANGES.Richard Levitte1999-12-182-19/+34
* - Made sure some changed behavior is documented in CHANGES.Richard Levitte1999-12-182-27/+34
* Clear out license confusion.Richard Levitte1999-12-171-50/+50
* Rebuild of the OpenSSL memory allocation and deallocation routines.Richard Levitte1999-12-175-580/+821
* Synchronise VMS scripts with Unix MakefilesRichard Levitte1999-12-161-2/+2
* Delete an unused variable and make the PKCS#12 keygen debugging code workDr. Stephen Henson1999-12-152-12/+10
* Fix the S/MIME code to use canonical MIME format forDr. Stephen Henson1999-12-151-5/+2