summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-2027-186/+158
* Fix memory leaks.Dr. Stephen Henson2001-06-191-6/+9
* cp is only used when DSA is built.Richard Levitte2001-06-191-1/+1
* Do a proof of concept. "openssl genrsa" will make the name of theRichard Levitte2001-06-191-1/+7
* Change the common application routines to use a UI_METHOD for passwordRichard Levitte2001-06-192-36/+139
* - Add the possibility to control engines through control names butRichard Levitte2001-06-195-44/+235
* The default flag should be for default passwords only. Otherwise,Richard Levitte2001-06-191-4/+4
* Enhance the user interface with better support for dialog boxRichard Levitte2001-06-195-95/+269
* make apps compile againDr. Stephen Henson2001-06-193-3/+3
* Don't set pointer if add_lock_callback used.Dr. Stephen Henson2001-06-192-1/+5
* One feature wasn't quite commited yetRichard Levitte2001-06-181-0/+2
* Provide an application-common setup function for engines and use itRichard Levitte2001-06-1826-412/+55
* 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
* pay attention to blocksize before attempting decryptionBodo Möller2001-06-153-3/+30
* 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
* even use of default engines leaks memoryBodo Möller2001-06-111-1/+3
* Add directory name to the entry on /crypto/ui/.Bodo Möller2001-06-111-5/+6
* Earlier OpenSSL versions printed prompts to stderr.Bodo Möller2001-06-111-38/+39
* Make updateDr. Stephen Henson2001-06-111-0/+1
* Initialize UI ex_data.Dr. Stephen Henson2001-06-111-1/+1
* Add support for MS CSP Name PKCS#12 attribute.Dr. Stephen Henson2001-06-1113-162/+99
* more error codes fixedUlf Möller2001-06-081-3/+2
* ERR_peek_error() returns "unsigned long".Lutz Jänicke2001-06-071-1/+2
* Use memmove() instead of memcpy() on areas that may overlap.Richard Levitte2001-06-072-2/+2
* Don't forget to initialise.Richard Levitte2001-06-071-0/+2
* OAEP fixBodo Möller2001-06-061-0/+3
* 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-0511-175/+236
* 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
* Small detail about AIX forgotten...Richard Levitte2001-06-051-2/+2
* Accept digits in symbol names. Spotted by Brian Havard <brianh@kheldar.apana...Richard Levitte2001-06-041-1/+1
* More info on SRP.Richard Levitte2001-06-041-2/+9
* Added more info in SRP.Richard Levitte2001-06-041-3/+5
* 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
* Fix Bleichenbacher PKCS #1 1.5 countermeasure.Bodo Möller2001-06-013-3/+47
* 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-06-011-2/+2
* Fix a memory leak in 'sk_dup' in the case a realloc() fails. Also, tidy upGeoff Thorpe2001-05-312-5/+11
* Get rid of RAW dependency warnings.Andy Polyakov2001-05-311-7/+7
* Extend all the loading functions to take an engine pointer, a passRichard Levitte2001-05-309-154/+183
* A wish was expressed.Richard Levitte2001-05-301-2/+3
* Don't forget responsible person so that its clear who is to blame.Lutz Jänicke2001-05-291-0/+1
* Assembler support for IA-64. See the source code commentary for furtherAndy Polyakov2001-05-281-0/+1484