summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2001-06-20Since there is a way to create UI_METHODs, implement a destructor asRichard Levitte
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson
2001-06-19cp is only used when DSA is built.Richard Levitte
2001-06-19- Add the possibility to control engines through control names butRichard Levitte
2001-06-19The default flag should be for default passwords only. Otherwise,Richard Levitte
2001-06-19Enhance the user interface with better support for dialog boxRichard Levitte
2001-06-19Don't set pointer if add_lock_callback used.Dr. Stephen Henson
2001-06-17Fix a memory leak (there's another around here somewhere, though).Ben Laurie
2001-06-16Delete a redundant line.Ben Laurie
2001-06-11For MSDOS, the tty filename still is "con", not "/dev/tty" ...Bodo Möller
2001-06-11Get rid of "possible WAW dependency" warnings.Andy Polyakov
2001-06-11Earlier OpenSSL versions printed prompts to stderr.Bodo Möller
2001-06-11Initialize UI ex_data.Dr. Stephen Henson
2001-06-11Add support for MS CSP Name PKCS#12 attribute.Dr. Stephen Henson
2001-06-08more error codes fixedUlf Möller
2001-06-07ERR_peek_error() returns "unsigned long".Lutz Jänicke
2001-06-06Don't forget to initialise.Richard Levitte
2001-06-06when checking OAEP, signal just a single kind of 'decoding error'Bodo Möller
2001-06-06move check to avoid memory leak.Ulf Möller
2001-06-06make sure we don't write to seed[-1]Ulf Möller
2001-06-05'make update'Richard Levitte
2001-06-05Defining __USE_XOPEN_EXTENDED was the wrong thing. Instead, defineRichard Levitte
2001-06-05A good use of the UI interface is as a password callback replacementRichard Levitte
2001-06-04Accept digits in symbol names. Spotted by Brian Havard <brianh@kheldar.apana...Richard Levitte
2001-06-01Confusion between algorithms resolved.Richard Levitte
2001-06-01nCipher callbacks shall return 0 on success, something else otherwise.Richard Levitte
2001-06-01Stop mishandling the type number in dynlock lockingRichard Levitte
2001-06-01increase DEFAULT_BUFFER_SIZE (4K instead of just 1K)Bodo Möller
2001-05-31Don't decrement the reference counter twice when destroying dynamicRichard Levitte
2001-05-31Fix a memory leak in 'sk_dup' in the case a realloc() fails. Also, tidy upGeoff Thorpe
2001-05-30Get rid of RAW dependency warnings.Andy Polyakov
2001-05-28Assembler support for IA-64. See the source code commentary for furtherAndy Polyakov
2001-05-25We had the password callback for ENGINEs pretty much wrong. AndRichard Levitte
2001-05-24Add missing variable length cipher flag for Blowfish.Dr. Stephen Henson
2001-05-17Fix for new UI functions under Win32.Dr. Stephen Henson
2001-05-16New internal function OPENSSL_gmtime, which is intended to do the sameRichard Levitte
2001-05-15Increase ENTROPY_NEEDED to support Rijndael's larger key size.Lutz Jänicke
2001-05-15Do not forget to increment the pointers...Richard Levitte
2001-05-15Low-case the names of the system routines, since some versions ofRichard Levitte
2001-05-14branch on equal is beql, not beq...Richard Levitte
2001-05-14Make sure strdup() is properly declared.Richard Levitte
2001-05-14Make sure memset() is properly declared.Richard Levitte
2001-05-14ui was forgotten when installing libcrypto and it's headers.Richard Levitte
2001-05-14Remove the password reading objects from LIB_DES.Richard Levitte
2001-05-14Make more short aliases for symbols that are longer than 31Richard Levitte
2001-05-14len is a size_t, which is an unsigned integer. Therefore, someRichard Levitte
2001-05-14Use ui_compat.h to get the password reading functions.Richard Levitte
2001-05-14Make it so the compiler doesn't inform me about the dollars in someRichard Levitte
2001-05-13A randomizer for OpenVMS, using the statistics that are easilyRichard Levitte
2001-05-13Define `ok' and better error detection.Richard Levitte