2002-10-29 |
Geoff Thorpe | The recent CHANGES note between 0.9.6g and 0.9.6h needs...
|
commit | commitdiff | tree |
2002-10-29 |
Geoff Thorpe | The last character of inconsistency in my recent commits...
|
commit | commitdiff | tree |
2002-10-29 |
Geoff Thorpe | Correct and enhance the behaviour of "internal" session...
|
commit | commitdiff | tree |
2002-10-18 |
Geoff Thorpe | Make pod2man happier.
|
commit | commitdiff | tree |
2002-10-18 |
Geoff Thorpe | If dynamically-loadable ENGINEs are linked against...
|
commit | commitdiff | tree |
2002-10-18 |
Geoff Thorpe | Another ENGINE implementation dependant on string.h.
|
commit | commitdiff | tree |
2002-10-18 |
Geoff Thorpe | We need to propogate SHARED_LIBS to sub-directories...
|
commit | commitdiff | tree |
2002-10-18 |
Geoff Thorpe | The loop variable is 'l', not 'i'.
|
commit | commitdiff | tree |
2002-10-16 |
Geoff Thorpe | The ENGINE implementations in ./engines/ should be...
|
commit | commitdiff | tree |
2002-10-16 |
Geoff Thorpe | - Remo Inverardi noticed that ENGINEs don't have an...
|
commit | commitdiff | tree |
2002-08-28 |
Geoff Thorpe | Fix a bug to allow the 4758 ENGINE to build as a DSO.
|
commit | commitdiff | tree |
2002-08-05 |
Geoff Thorpe | These are updates/fixes to DH/DSA/RAND docs based on...
|
commit | commitdiff | tree |
2002-08-05 |
Geoff Thorpe | typo fix
|
commit | commitdiff | tree |
2002-08-04 |
Geoff Thorpe | Various parts of the RSA documentation were inaccurate...
|
commit | commitdiff | tree |
2002-08-04 |
Geoff Thorpe | A single monolithic man page for the ENGINE stuff....
|
commit | commitdiff | tree |
2002-08-04 |
Geoff Thorpe | Fix "make install_docs" (and thus "make install").
|
commit | commitdiff | tree |
2002-07-18 |
Geoff Thorpe | This documentation change was being written at the...
|
commit | commitdiff | tree |
2002-07-08 |
Geoff Thorpe | oops, there were other cases of "ENGINE_ID" to change...
|
commit | commitdiff | tree |
2002-07-08 |
Geoff Thorpe | Correct an error in the README.ENGINE file.
|
commit | commitdiff | tree |
2002-06-21 |
Geoff Thorpe | Make sure any ENGINE control commands make local copies...
|
commit | commitdiff | tree |
2002-06-20 |
Geoff Thorpe | This apparently fixes compilation on OSX that was failing...
|
commit | commitdiff | tree |
2002-02-27 |
Geoff Thorpe | This adds a new ENGINE to support IBM 4758 cards, contribute...
|
commit | commitdiff | tree |
2002-02-20 |
Geoff Thorpe | make update
|
commit | commitdiff | tree |
2002-02-20 |
Geoff Thorpe | A rough little self-test for tunala. This runs through...
|
commit | commitdiff | tree |
2002-02-20 |
Geoff Thorpe | Make the "ungunk" logic a little more robust.
|
commit | commitdiff | tree |
2002-02-20 |
Geoff Thorpe | - Add support for cipher suites that require a temporary...
|
commit | commitdiff | tree |
2002-01-25 |
Geoff Thorpe | The 'type' parameter, an EVP_MD pointer, represents...
|
commit | commitdiff | tree |
2002-01-17 |
Geoff Thorpe | Correct for the recent prototype changes.
|
commit | commitdiff | tree |
2002-01-16 |
Geoff Thorpe | Produce less confusing statistics when "-out_totals...
|
commit | commitdiff | tree |
2002-01-16 |
Geoff Thorpe | The sample certs had expired, so these are newer ones...
|
commit | commitdiff | tree |
2002-01-10 |
Geoff Thorpe | - Network errors could pollute the buffers because...
|
commit | commitdiff | tree |
2002-01-08 |
Geoff Thorpe | - libtool finally annoyed me too much, so I'm nuking it,
|
commit | commitdiff | tree |
2002-01-05 |
Geoff Thorpe | - Add the same header stuff to aes_locl.h as is in...
|
commit | commitdiff | tree |
2002-01-04 |
Geoff Thorpe | Constify.
|
commit | commitdiff | tree |
2001-11-24 |
Geoff Thorpe | This looks to have been a typo.
|
commit | commitdiff | tree |
2001-11-22 |
Geoff Thorpe | Cut "ENGINE_ID" to the more concise "ID".
|
commit | commitdiff | tree |
2001-11-22 |
Geoff Thorpe | In this particular error condition, the structural...
|
commit | commitdiff | tree |
2001-11-22 |
Geoff Thorpe | When the "dynamic" ENGINE loads another ENGINE from...
|
commit | commitdiff | tree |
2001-11-22 |
Geoff Thorpe | The "openssl" ENGINE is no longer used except as a...
|
commit | commitdiff | tree |
2001-11-22 |
Geoff Thorpe | 'flags' should only be set inside DSO_load() if constructing...
|
commit | commitdiff | tree |
2001-10-09 |
Geoff Thorpe | evp_test.c and evptests.txt both need to be linked...
|
commit | commitdiff | tree |
2001-10-08 |
Geoff Thorpe | Change some EVP prototypes to use "cipher" rather than...
|
commit | commitdiff | tree |
2001-10-08 |
Geoff Thorpe | EVP_EncryptInit_ex() and EVP_DecryptInit_ex() had been...
|
commit | commitdiff | tree |
2001-10-08 |
Geoff Thorpe | As ENGINE_load_openbsd_dev_crypto() is an API function...
|
commit | commitdiff | tree |
2001-10-08 |
Geoff Thorpe | Make sure the "ENGINE_TABLE" cleanup callbacks have...
|
commit | commitdiff | tree |
2001-10-08 |
Geoff Thorpe | Missing pointer in the eng_table_register function...
|
commit | commitdiff | tree |
2001-10-01 |
Geoff Thorpe | The cleanup stack in ENGINE changed slightly, so this...
|
commit | commitdiff | tree |
2001-10-01 |
Geoff Thorpe | The STACK macros take care of casting to and from the...
|
commit | commitdiff | tree |
2001-10-01 |
Geoff Thorpe | Make an (overdue) note about the recent ENGINE restructuring...
|
commit | commitdiff | tree |
2001-10-01 |
Geoff Thorpe | Make "openssl engine -c" list any supported digests...
|
commit | commitdiff | tree |
2001-09-28 |
Geoff Thorpe | ENGINE_register_all_complete() will register all implementat...
|
commit | commitdiff | tree |
2001-09-25 |
Geoff Thorpe | "FALLBACK" handling was a hack that was thrown out...
|
commit | commitdiff | tree |
2001-09-25 |
Geoff Thorpe | Make update to bring in all the cipher/digest-related...
|
commit | commitdiff | tree |
2001-09-25 |
Geoff Thorpe | Put the cipher info back into the "openssl engine"...
|
commit | commitdiff | tree |
2001-09-25 |
Geoff Thorpe | Fiddling.
|
commit | commitdiff | tree |
2001-09-25 |
Geoff Thorpe | This change puts the original OpenBSD /dev/crypto support...
|
commit | commitdiff | tree |
2001-09-25 |
Geoff Thorpe | This change adds dummy RC4 and SHA1 support to the...
|
commit | commitdiff | tree |
2001-09-25 |
Geoff Thorpe | This changes EVP's cipher and digest code to hook via...
|
commit | commitdiff | tree |
2001-09-25 |
Geoff Thorpe | This change adds cipher and digest support into ENGINE...
|
commit | commitdiff | tree |
2001-09-25 |
Geoff Thorpe | indentation.
|
commit | commitdiff | tree |
2001-09-25 |
Geoff Thorpe | "make update".
|
commit | commitdiff | tree |
2001-09-25 |
Geoff Thorpe | Make necessary tweaks to apps/ files due to recent...
|
commit | commitdiff | tree |
2001-09-25 |
Geoff Thorpe | This commits changes to various parts of libcrypto...
|
commit | commitdiff | tree |
2001-09-25 |
Geoff Thorpe | This commits the changes to STACK macros forced by...
|
commit | commitdiff | tree |
2001-09-25 |
Geoff Thorpe | This change replaces the ENGINE's underlying mechanics...
|
commit | commitdiff | tree |
2001-09-25 |
Geoff Thorpe | Some major restructuring changes to ENGINE, including...
|
commit | commitdiff | tree |
2001-09-24 |
Geoff Thorpe | "make update"
|
commit | commitdiff | tree |
2001-09-14 |
Geoff Thorpe | Some of the ENGINE file names were changed for 8.3...
|
commit | commitdiff | tree |
2001-09-14 |
Geoff Thorpe | Fix a typo in the preprocessor logic in eng_list.c...
|
commit | commitdiff | tree |
2001-09-14 |
Geoff Thorpe | Add a SHA1 test to evptests.txt - only the MD5 hash...
|
commit | commitdiff | tree |
2001-09-14 |
Geoff Thorpe | 'evp_test' needs to initialise and cleanup EVP_CIPHER_CTX...
|
commit | commitdiff | tree |
2001-09-12 |
Geoff Thorpe | Updated dependencies from "make update"
|
commit | commitdiff | tree |
2001-09-12 |
Geoff Thorpe | Reduce the header dependencies on engine.h in apps/.
|
commit | commitdiff | tree |
2001-09-12 |
Geoff Thorpe | ENGINE uses a very opaque design, so we can predeclare...
|
commit | commitdiff | tree |
2001-09-12 |
Geoff Thorpe | ENGINE files were renamed, and error strings are now...
|
commit | commitdiff | tree |
2001-09-10 |
Geoff Thorpe | make update
|
commit | commitdiff | tree |
2001-09-10 |
Geoff Thorpe | Put all "common" initialisation in the apps_startup...
|
commit | commitdiff | tree |
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 |
next |