aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine
Commit message (Expand)AuthorAgeFilesLines
* This changes the existing hardware ENGINE implementations to dynamicallyGeoff Thorpe2001-09-0310-357/+719
* This change adds a new ENGINE called "dynamic" that allows new ENGINEGeoff Thorpe2001-09-036-6/+531
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-011-42/+14
* Fix SSL memory leak.Ben Laurie2001-08-281-1/+5
* "make update"Geoff Thorpe2001-08-261-18/+0
* Tidy up some code formatting.Geoff Thorpe2001-08-251-18/+18
* Add #ifdefs to some devcrypto codeDr. Stephen Henson2001-08-231-0/+3
* Add RC4 support to OpenBSD.Ben Laurie2001-08-181-0/+1
* Add EVP test program.Ben Laurie2001-08-182-0/+18
* Add first cut symmetric crypto support.Ben Laurie2001-08-187-2/+253
* The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe2001-08-121-4/+4
* Start to reduce some of the header bloat.Ben Laurie2001-08-052-97/+55
* make updateRichard Levitte2001-07-311-8/+10
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-149/+76
* Update nCipher header with more liberal licence.Ben Laurie2001-07-041-68/+78
* Use the new UI features, among others the new boolean input.Richard Levitte2001-06-231-14/+21
* Including stdio.h before setting _XOPEN_SOURCE andRichard Levitte2001-06-231-1/+1
* make updateRichard Levitte2001-06-231-21/+27
* For the UI functions that return an int, 0 or any positive number is aRichard Levitte2001-06-231-3/+3
* Fix hwcrhk_insert_card.Dr. Stephen Henson2001-06-231-7/+12
* Fix memory leak when RAND is used: need to cleanupDr. Stephen Henson2001-06-211-1/+2
* - Add the possibility to control engines through control names butRichard Levitte2001-06-194-44/+226
* Fix a memory leak (there's another around here somewhere, though).Ben Laurie2001-06-171-10/+29
* 'make update'Richard Levitte2001-06-051-83/+105
* Defining __USE_XOPEN_EXTENDED was the wrong thing. Instead, defineRichard Levitte2001-06-051-1/+2
* 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
* We had the password callback for ENGINEs pretty much wrong. AndRichard Levitte2001-05-253-40/+32
* For some inexplicable reason, I'd (a) left the debugging irreversiblyGeoff Thorpe2001-04-271-3/+1
* Some fixes to the reference-counting in ENGINE code. First, there were aGeoff Thorpe2001-04-265-66/+154
* This adds 2 things to the ENGINE code.Geoff Thorpe2001-04-263-3/+65
* Provide the possibility to clean up internal ENGINE structures. ThisRichard Levitte2001-04-262-0/+17
* gcc warns when certain values of an enumeration aren't taken care of,Richard Levitte2001-04-261-0/+4
* Check for OPENSSL_NO_RSA, OPENSSL_NO_DSA and OPENSSL_NO_DH and disableRichard Levitte2001-04-2610-23/+363
* engine.h includes all the needed header files, so don't do it againRichard Levitte2001-04-261-7/+0
* Some more tweaks to ENGINE code.Geoff Thorpe2001-04-197-14/+216
* Some BIG tweaks to ENGINE code.Geoff Thorpe2001-04-195-29/+455
* Some more tweaks to ENGINE code.Geoff Thorpe2001-04-187-152/+131
* Make the shared library name and function symbol for the "nuron" ENGINEGeoff Thorpe2001-04-181-2/+5
* Some more tweaks to ENGINE code.Geoff Thorpe2001-04-188-38/+39
* Some more tweaks to ENGINE code.Geoff Thorpe2001-04-183-5/+6
* Some more tweaks to ENGINE code.Geoff Thorpe2001-04-184-231/+112
* Structural references should never be decremented directly - so leave thatGeoff Thorpe2001-04-181-34/+6
* This moves string constants out of vendor headers and into C files.Geoff Thorpe2001-04-184-34/+32
* ENGINE_load_[private|public]_key had error handling that could returnGeoff Thorpe2001-04-021-2/+4
* Actually there were two error cases that could return without releasing theGeoff Thorpe2001-04-021-4/+5
* Don't return an error until the global lock is released.Geoff Thorpe2001-04-021-2/+4
* Hide BN_CTX structure details.Bodo Möller2001-03-083-33/+21
* make updateRichard Levitte2001-02-261-22/+22
* Define the right macro for Linux and other GNU-based systems to get a correct...Richard Levitte2001-02-221-0/+5