aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-59/+59
* strdup() is a X/Open extension.Richard Levitte2001-02-201-1/+4
* Some functions, like strdup() and strcasecmp(), are defined inRichard Levitte2001-02-201-0/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-1910-120/+123
* Make depend.Ben Laurie2001-02-041-66/+69
* Avoid compiler warnings in hw_ubsec.c: unused staticDr. Stephen Henson2000-12-272-2/+11
* This is an engine contributed by Broadcom - it is meant to support theGeoff Thorpe2000-12-147-2/+837
* On Windows, Rainbow uses _stdcall convention under Windows.Richard Levitte2000-12-051-10/+31
* I have no idea how this comment got there, but it's certainly notGeoff Thorpe2000-11-161-2/+0
* Many applications that use OpenSSL with ENGINE support might face aGeoff Thorpe2000-11-161-0/+3
* Modify () to (void), since that's what is actually defined in theRichard Levitte2000-11-144-8/+8
* in some new file names the first 8 characters were not uniqueUlf Möller2000-11-121-23/+14
* Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte2000-11-081-0/+20
* Constify DH-related code.Richard Levitte2000-11-077-18/+25
* Constify DSA-related code.Richard Levitte2000-11-077-11/+11
* Make sure ERR_get_error() is declared.Richard Levitte2000-11-071-0/+2