2001-09-10 |
Geoff Thorpe | enginetest needs 'memset' defined.
|
commit | commitdiff | tree |
2001-09-05 |
Geoff Thorpe | ENGINEs can now perform structural cleanup.
|
commit | commitdiff | tree |
2001-09-05 |
Geoff Thorpe | This adds "destroy" handlers to the existing ENGINEs...
|
commit | commitdiff | tree |
2001-09-05 |
Geoff Thorpe | ENGINE's init() and finish() handler functions are...
|
commit | commitdiff | tree |
2001-09-05 |
Geoff Thorpe | Add some missing CHANGES items.
|
commit | commitdiff | tree |
2001-09-05 |
Geoff Thorpe | Change DH_up() -> DH_up_ref()
|
commit | commitdiff | tree |
2001-09-05 |
Geoff Thorpe | "DH_up" had been changed to "DH_up_ref" in libeay.num...
|
commit | commitdiff | tree |
2001-09-04 |
Geoff Thorpe | Update the ENGINE README, and stock it up with extra...
|
commit | commitdiff | tree |
2001-09-04 |
Geoff Thorpe | Make the 'dynamic' ENGINE bundle up the loading application...
|
commit | commitdiff | tree |
2001-09-04 |
Geoff Thorpe | Add a "_up" -> "_up_ref" change to libeay.num that...
|
commit | commitdiff | tree |
2001-09-03 |
Geoff Thorpe | This changes the existing hardware ENGINE implementations...
|
commit | commitdiff | tree |
2001-09-03 |
Geoff Thorpe | This change adds a new ENGINE called "dynamic" that...
|
commit | commitdiff | tree |
2001-09-03 |
Geoff Thorpe | Note the "ERR_unload_strings" function.
|
commit | commitdiff | tree |
2001-09-03 |
Geoff Thorpe | Add a new ERR function, "ERR_unload_strings", to complement...
|
commit | commitdiff | tree |
2001-09-03 |
Geoff Thorpe | Correct a typo.
|
commit | commitdiff | tree |
2001-09-02 |
Geoff Thorpe | Convert "max" to "mx" for variable names (brought to...
|
commit | commitdiff | tree |
2001-09-01 |
Geoff Thorpe | Note the "ex_data" changes.
|
commit | commitdiff | tree |
2001-09-01 |
Geoff Thorpe | Make the necessary changes to work with the recent...
|
commit | commitdiff | tree |
2001-09-01 |
Geoff Thorpe | First step in fixing "ex_data" support. Warning: big...
|
commit | commitdiff | tree |
2001-09-01 |
Geoff Thorpe | Only OPENSSL_free() non-NULL pointers.
|
commit | commitdiff | tree |
2001-08-28 |
Geoff Thorpe | (A version of) gcc had been giving somewhat odd "trigraph...
|
commit | commitdiff | tree |
2001-08-28 |
Geoff Thorpe | Ensure that failure to create the BIO in 'CRYPTO_mem_leaks_f...
|
commit | commitdiff | tree |
2001-08-27 |
Geoff Thorpe | Make sure "CRYPTO_mem_leaks_fp" doesn't itself create...
|
commit | commitdiff | tree |
2001-08-26 |
Geoff Thorpe | "make update"
|
commit | commitdiff | tree |
2001-08-26 |
Geoff Thorpe | gcc can't spot that 'derlst' is not used uninitialised...
|
commit | commitdiff | tree |
2001-08-25 |
Geoff Thorpe | Tidy up some code formatting.
|
commit | commitdiff | tree |
2001-08-25 |
Geoff Thorpe | Note the "ERR" changes.
|
commit | commitdiff | tree |
2001-08-25 |
Geoff Thorpe | This changes the "ERR" code to have all access to state...
|
commit | commitdiff | tree |
2001-08-25 |
Geoff Thorpe | Make a note of the "up" functions.
|
commit | commitdiff | tree |
2001-08-25 |
Geoff Thorpe | Changes crypto/evp/ and ssl/ code from directly incrementing...
|
commit | commitdiff | tree |
2001-08-25 |
Geoff Thorpe | Give DH, DSA, and RSA functions to "up" their reference...
|
commit | commitdiff | tree |
2001-08-12 |
Geoff Thorpe | The indexes returned by ***_get_ex_new_index() functions...
|
commit | commitdiff | tree |
2001-08-12 |
Geoff Thorpe | The indexes returned by ***_get_ex_new_index() functions...
|
commit | commitdiff | tree |
2001-07-23 |
Geoff Thorpe | - New INSTALL document describing different ways to...
|
commit | commitdiff | tree |
2001-07-22 |
Geoff Thorpe | Tidy up "cvs update" output a bit.
|
commit | commitdiff | tree |
2001-07-20 |
Geoff Thorpe | Currently, RSA code, when using no padding scheme,...
|
commit | commitdiff | tree |
2001-07-11 |
Geoff Thorpe | openssl speed is quite useful for testing hardware...
|
commit | commitdiff | tree |
2001-05-31 |
Geoff Thorpe | Fix a memory leak in 'sk_dup' in the case a realloc...
|
commit | commitdiff | tree |
2001-04-30 |
Geoff Thorpe | In RSA, DSA, DH, and RAND - if the "***_new()" function...
|
commit | commitdiff | tree |
2001-04-27 |
Geoff Thorpe | For some inexplicable reason, I'd (a) left the debugging...
|
commit | commitdiff | tree |
2001-04-26 |
Geoff Thorpe | Some fixes to the reference-counting in ENGINE code...
|
commit | commitdiff | tree |
2001-04-26 |
Geoff Thorpe | "make update"
|
commit | commitdiff | tree |
2001-04-26 |
Geoff Thorpe | Make notes about ENGINE changes.
|
commit | commitdiff | tree |
2001-04-26 |
Geoff Thorpe | This adds 2 things to the ENGINE code.
|
commit | commitdiff | tree |
2001-04-25 |
Geoff Thorpe | This change to the "dl", "dlfcn", and "win32" DSO_METHODs...
|
commit | commitdiff | tree |
2001-04-22 |
Geoff Thorpe | Make update.
|
commit | commitdiff | tree |
2001-04-19 |
Geoff Thorpe | Add notes about the new ENGINE functionality.
|
commit | commitdiff | tree |
2001-04-19 |
Geoff Thorpe | Changes to "openssl engine" to support the new control...
|
commit | commitdiff | tree |
2001-04-19 |
Geoff Thorpe | Some more tweaks to ENGINE code.
|
commit | commitdiff | tree |
2001-04-19 |
Geoff Thorpe | Some BIG tweaks to ENGINE code.
|
commit | commitdiff | tree |
2001-04-18 |
Geoff Thorpe | Some more tweaks to ENGINE code.
|
commit | commitdiff | tree |
2001-04-18 |
Geoff Thorpe | Make a note of the recent ENGINE developments.
|
commit | commitdiff | tree |
2001-04-18 |
Geoff Thorpe | Make the shared library name and function symbol for...
|
commit | commitdiff | tree |
2001-04-18 |
Geoff Thorpe | Some more tweaks from ENGINE code.
|
commit | commitdiff | tree |
2001-04-18 |
Geoff Thorpe | Some more tweaks to ENGINE code.
|
commit | commitdiff | tree |
2001-04-18 |
Geoff Thorpe | Some more tweaks to ENGINE code.
|
commit | commitdiff | tree |
2001-04-18 |
Geoff Thorpe | Some more tweaks to ENGINE code.
|
commit | commitdiff | tree |
2001-04-18 |
Geoff Thorpe | Structural references should never be decremented directly...
|
commit | commitdiff | tree |
2001-04-18 |
Geoff Thorpe | This moves string constants out of vendor headers and...
|
commit | commitdiff | tree |
2001-04-17 |
Geoff Thorpe | 'make update'
|
commit | commitdiff | tree |
2001-04-02 |
Geoff Thorpe | ENGINE_load_[private|public]_key had error handling...
|
commit | commitdiff | tree |
2001-04-02 |
Geoff Thorpe | Actually there were two error cases that could return...
|
commit | commitdiff | tree |
2001-04-02 |
Geoff Thorpe | Don't return an error until the global lock is released.
|
commit | commitdiff | tree |
2001-02-23 |
Geoff Thorpe | I missed one.
|
commit | commitdiff | tree |
2001-02-23 |
Geoff Thorpe | Fix an oversight - when checking a potential session...
|
commit | commitdiff | tree |
2001-02-21 |
Geoff Thorpe | If a callback is generating a new session ID for SSLv2...
|
commit | commitdiff | tree |
2001-02-21 |
Geoff Thorpe | Note changes re: session ID generation callbacks, etc.
|
commit | commitdiff | tree |
2001-02-21 |
Geoff Thorpe | This adds command-line support to s_server for controlling...
|
commit | commitdiff | tree |
2001-02-21 |
Geoff Thorpe | This change allows a callback to be used to override...
|
commit | commitdiff | tree |
2001-02-21 |
Geoff Thorpe | 'make update'
|
commit | commitdiff | tree |
2001-02-20 |
Geoff Thorpe | The callbacks in the NAME_FUNCS structure are not used...
|
commit | commitdiff | tree |
2001-02-12 |
Geoff Thorpe | Re-order a couple of static functions and "#if 0" out...
|
commit | commitdiff | tree |
2001-02-12 |
Geoff Thorpe | This change was a quick experiment that I'd wanted...
|
commit | commitdiff | tree |
2001-01-25 |
Geoff Thorpe | Insert a missing space to stop pod2man giving stroppy...
|
commit | commitdiff | tree |
2001-01-14 |
Geoff Thorpe | Update the LHASH man page.
|
commit | commitdiff | tree |
2001-01-09 |
Geoff Thorpe | oops, void functions shouldn't try and return a value...
|
commit | commitdiff | tree |
2001-01-09 |
Geoff Thorpe | It was correctly pointed out to me that my CHANGES...
|
commit | commitdiff | tree |
2001-01-09 |
Geoff Thorpe | Move all the existing function pointer casts associated...
|
commit | commitdiff | tree |
2001-01-09 |
Geoff Thorpe | Get rid of the function pointer casting in the debugging...
|
commit | commitdiff | tree |
2001-01-09 |
Geoff Thorpe | This adds macros to implement (and/or declare) type...
|
commit | commitdiff | tree |
2001-01-08 |
Geoff Thorpe | Whilst in the process of fixing outstanding function...
|
commit | commitdiff | tree |
2000-12-21 |
Geoff Thorpe | Re-order the options in tunala and add command switches...
|
commit | commitdiff | tree |
2000-12-20 |
Geoff Thorpe | This adds support to 'tunala' for supplying DH parameters...
|
commit | commitdiff | tree |
2000-12-20 |
Geoff Thorpe | Some minor changes to the "tunala" demo.
|
commit | commitdiff | tree |
2000-12-14 |
Geoff Thorpe | Make a note of the new engine.
|
commit | commitdiff | tree |
2000-12-14 |
Geoff Thorpe | This is an engine contributed by Broadcom - it is meant...
|
commit | commitdiff | tree |
2000-12-08 |
Geoff Thorpe | Next step in tidying up the LHASH code.
|
commit | commitdiff | tree |
2000-12-04 |
Geoff Thorpe | Sync up with a minor change in lhash.h
|
commit | commitdiff | tree |
2000-12-04 |
Geoff Thorpe | ANSI C doesn't allow trailing semi-colons after a function...
|
commit | commitdiff | tree |
2000-12-04 |
Geoff Thorpe | Update the documentation to the current state of the...
|
commit | commitdiff | tree |
2000-12-04 |
Geoff Thorpe | Make a note of the LHASH changes.
|
commit | commitdiff | tree |
2000-12-04 |
Geoff Thorpe | Make the remaining LHASH macro changes. This should...
|
commit | commitdiff | tree |
2000-12-02 |
Geoff Thorpe | Use the new LHASH macros to declare type-safe wrapper...
|
commit | commitdiff | tree |
2000-12-02 |
Geoff Thorpe | Next step in tidying up the LHASH code. This commit...
|
commit | commitdiff | tree |
2000-12-01 |
Geoff Thorpe | First step in tidying up the LHASH code. The callback...
|
commit | commitdiff | tree |
2000-11-30 |
Geoff Thorpe | * Fix a slight bug in the state-machine. This caused...
|
commit | commitdiff | tree |
2000-11-29 |
Geoff Thorpe | Amend the original CHANGES log entry. The ex_data handling...
|
commit | commitdiff | tree |
2000-11-29 |
Geoff Thorpe | Do to DH and DSA what has already been done to RSA...
|
commit | commitdiff | tree |
2000-11-29 |
Geoff Thorpe | More little changes to the tunala demo;
|
commit | commitdiff | tree |
2000-11-29 |
Geoff Thorpe | Make s_client/s_server-style cert verification output...
|
commit | commitdiff | tree |
next |