aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Fix a memory leak (there's another around here somewhere, though).Ben Laurie2001-06-171-10/+29
* Delete a redundant line.Ben Laurie2001-06-161-1/+0
* For MSDOS, the tty filename still is "con", not "/dev/tty" ...Bodo Möller2001-06-111-2/+7
* Get rid of "possible WAW dependency" warnings.Andy Polyakov2001-06-111-0/+5
* Earlier OpenSSL versions printed prompts to stderr.Bodo Möller2001-06-111-38/+39
* Initialize UI ex_data.Dr. Stephen Henson2001-06-111-1/+1
* Add support for MS CSP Name PKCS#12 attribute.Dr. Stephen Henson2001-06-1111-162/+88
* more error codes fixedUlf Möller2001-06-081-3/+2
* ERR_peek_error() returns "unsigned long".Lutz Jänicke2001-06-071-1/+2
* Don't forget to initialise.Richard Levitte2001-06-061-0/+2
* when checking OAEP, signal just a single kind of 'decoding error'Bodo Möller2001-06-061-10/+11
* move check to avoid memory leak.Ulf Möller2001-06-061-8/+8
* make sure we don't write to seed[-1]Ulf Möller2001-06-061-0/+5
* 'make update'Richard Levitte2001-06-058-160/+209
* Defining __USE_XOPEN_EXTENDED was the wrong thing. Instead, defineRichard Levitte2001-06-052-2/+4
* A good use of the UI interface is as a password callback replacementRichard Levitte2001-06-053-0/+26
* Accept digits in symbol names. Spotted by Brian Havard <brianh@kheldar.apana...Richard Levitte2001-06-041-1/+1
* Confusion between algorithms resolved.Richard Levitte2001-06-012-2/+2
* nCipher callbacks shall return 0 on success, something else otherwise.Richard Levitte2001-06-011-3/+3
* Stop mishandling the type number in dynlock lockingRichard Levitte2001-06-011-3/+2
* increase DEFAULT_BUFFER_SIZE (4K instead of just 1K)Bodo Möller2001-06-011-1/+1
* Don't decrement the reference counter twice when destroying dynamicRichard Levitte2001-05-311-2/+2
* Fix a memory leak in 'sk_dup' in the case a realloc() fails. Also, tidy upGeoff Thorpe2001-05-311-5/+7
* Get rid of RAW dependency warnings.Andy Polyakov2001-05-301-7/+7
* Assembler support for IA-64. See the source code commentary for furtherAndy Polyakov2001-05-281-0/+1484
* We had the password callback for ENGINEs pretty much wrong. AndRichard Levitte2001-05-253-40/+32
* Add missing variable length cipher flag for Blowfish.Dr. Stephen Henson2001-05-242-2/+3
* Fix for new UI functions under Win32.Dr. Stephen Henson2001-05-171-1/+4
* New internal function OPENSSL_gmtime, which is intended to do the sameRichard Levitte2001-05-167-73/+286
* Increase ENTROPY_NEEDED to support Rijndael's larger key size.Lutz Jänicke2001-05-151-1/+1
* Do not forget to increment the pointers...Richard Levitte2001-05-151-0/+2
* Low-case the names of the system routines, since some versions ofRichard Levitte2001-05-151-2/+2
* branch on equal is beql, not beq...Richard Levitte2001-05-141-1/+1
* Make sure strdup() is properly declared.Richard Levitte2001-05-141-0/+9
* Make sure memset() is properly declared.Richard Levitte2001-05-141-0/+1
* ui was forgotten when installing libcrypto and it's headers.Richard Levitte2001-05-141-1/+2
* Remove the password reading objects from LIB_DES.Richard Levitte2001-05-141-3/+3
* Make more short aliases for symbols that are longer than 31Richard Levitte2001-05-141-0/+14
* len is a size_t, which is an unsigned integer. Therefore, someRichard Levitte2001-05-141-1/+1
* Use ui_compat.h to get the password reading functions.Richard Levitte2001-05-141-0/+1
* Make it so the compiler doesn't inform me about the dollars in someRichard Levitte2001-05-141-0/+3
* A randomizer for OpenVMS, using the statistics that are easilyRichard Levitte2001-05-131-5/+63
* Define `ok' and better error detection.Richard Levitte2001-05-131-5/+11
* make updateRichard Levitte2001-05-131-1/+2
* des_read_password() and des_read_2passwords() can only appear if DESRichard Levitte2001-05-132-2/+9
* Move the password reading functions completely away from the DESRichard Levitte2001-05-134-22/+106
* #if 0 out deleted (?) functions to stop Win32 DLLDr. Stephen Henson2001-05-131-1/+4
* Change Win32 to use EXPORT_VAR_AS_FN.Dr. Stephen Henson2001-05-121-16/+17
* Typo.Dr. Stephen Henson2001-05-121-1/+1
* e_os2.h defines things like OPENSSL_SYS_MSDOS, not opensslconf.h...Richard Levitte2001-05-111-1/+1