summaryrefslogtreecommitdiffstats
path: root/README.ENGINE (unfollow)
Commit message (Expand)AuthorFilesLines
2001-06-19Fix memory leaks.Dr. Stephen Henson1-6/+9
2001-06-19cp is only used when DSA is built.Richard Levitte1-1/+1
2001-06-19Do a proof of concept. "openssl genrsa" will make the name of theRichard Levitte1-1/+7
2001-06-19Change the common application routines to use a UI_METHOD for passwordRichard Levitte2-36/+139
2001-06-19- Add the possibility to control engines through control names butRichard Levitte5-44/+235
2001-06-19The default flag should be for default passwords only. Otherwise,Richard Levitte1-4/+4
2001-06-19Enhance the user interface with better support for dialog boxRichard Levitte5-95/+269
2001-06-19make apps compile againDr. Stephen Henson3-3/+3
2001-06-19Don't set pointer if add_lock_callback used.Dr. Stephen Henson2-1/+5
2001-06-18One feature wasn't quite commited yetRichard Levitte1-0/+2
2001-06-18Provide an application-common setup function for engines and use itRichard Levitte26-412/+55
2001-06-17Fix a memory leak (there's another around here somewhere, though).Ben Laurie1-10/+29
2001-06-16Delete a redundant line.Ben Laurie1-1/+0
2001-06-15pay attention to blocksize before attempting decryptionBodo Möller3-3/+30
2001-06-11For MSDOS, the tty filename still is "con", not "/dev/tty" ...Bodo Möller1-2/+7
2001-06-11Get rid of "possible WAW dependency" warnings.Andy Polyakov1-0/+5
2001-06-11even use of default engines leaks memoryBodo Möller1-1/+3
2001-06-11Add directory name to the entry on /crypto/ui/.Bodo Möller1-5/+6
2001-06-11Earlier OpenSSL versions printed prompts to stderr.Bodo Möller1-38/+39
2001-06-11Make updateDr. Stephen Henson1-0/+1
2001-06-11Initialize UI ex_data.Dr. Stephen Henson1-1/+1
2001-06-11Add support for MS CSP Name PKCS#12 attribute.Dr. Stephen Henson13-162/+99
2001-06-08more error codes fixedUlf Möller1-3/+2
2001-06-07ERR_peek_error() returns "unsigned long".Lutz Jänicke1-1/+2
2001-06-07Use memmove() instead of memcpy() on areas that may overlap.Richard Levitte2-2/+2
2001-06-07Don't forget to initialise.Richard Levitte1-0/+2
2001-06-06OAEP fixBodo Möller1-0/+3
2001-06-06when checking OAEP, signal just a single kind of 'decoding error'Bodo Möller1-10/+11
2001-06-06move check to avoid memory leak.Ulf Möller1-8/+8
2001-06-06make sure we don't write to seed[-1]Ulf Möller1-0/+5
2001-06-05'make update'Richard Levitte11-175/+236
2001-06-05Defining __USE_XOPEN_EXTENDED was the wrong thing. Instead, defineRichard Levitte2-2/+4
2001-06-05A good use of the UI interface is as a password callback replacementRichard Levitte3-0/+26
2001-06-05Small detail about AIX forgotten...Richard Levitte1-2/+2
2001-06-04Accept digits in symbol names. Spotted by Brian Havard <brianh@kheldar.apana...Richard Levitte1-1/+1
2001-06-04More info on SRP.Richard Levitte1-2/+9
2001-06-04Added more info in SRP.Richard Levitte1-3/+5
2001-06-01Confusion between algorithms resolved.Richard Levitte2-2/+2
2001-06-01nCipher callbacks shall return 0 on success, something else otherwise.Richard Levitte1-3/+3
2001-06-01Stop mishandling the type number in dynlock lockingRichard Levitte1-3/+2
2001-06-01Fix Bleichenbacher PKCS #1 1.5 countermeasure.Bodo Möller3-3/+47
2001-06-01increase DEFAULT_BUFFER_SIZE (4K instead of just 1K)Bodo Möller1-1/+1
2001-06-01Don't decrement the reference counter twice when destroying dynamicRichard Levitte1-2/+2
2001-05-31Fix a memory leak in 'sk_dup' in the case a realloc() fails. Also, tidy upGeoff Thorpe2-5/+11
2001-05-31Get rid of RAW dependency warnings.Andy Polyakov1-7/+7
2001-05-30Extend all the loading functions to take an engine pointer, a passRichard Levitte9-154/+183
2001-05-30A wish was expressed.Richard Levitte1-2/+3
2001-05-29Don't forget responsible person so that its clear who is to blame.Lutz Jänicke1-0/+1