2001-10-04 |
Richard Levitte | Because there's chances we clash with the system's... |
tree | commitdiff |
2001-10-03 |
Dr. Stephen Henson | Use the maximum block length for the extra size in... |
tree | commitdiff |
2001-10-02 |
Dr. Stephen Henson | Make EVP_DecryptUpdate work again. |
tree | commitdiff |
2001-10-02 |
Richard Levitte | A lot of things are undeclared unless x509.h is included. |
tree | commitdiff |
2001-10-02 |
Richard Levitte | Hmm, everything "open" isn't necessarely "openssl"... |
tree | commitdiff |
2001-10-01 |
Richard Levitte | Woopsie... |
tree | commitdiff |
2001-10-01 |
Richard Levitte | sk_ENGINE_CLEANUP_ITEM_pop_free() is duplicated in... |
tree | commitdiff |
2001-10-01 |
Richard Levitte | Addapt seldom compiled code to new semantics of the... |
tree | commitdiff |
2001-10-01 |
Richard Levitte | Some new symbols have very long names... |
tree | commitdiff |
2001-10-01 |
Richard Levitte | o_time.c contains symbols with dollar signs in them... |
tree | commitdiff |
2001-10-01 |
Geoff Thorpe | The cleanup stack in ENGINE changed slightly, so this... |
tree | commitdiff |
2001-10-01 |
Geoff Thorpe | The STACK macros take care of casting to and from the... |
tree | commitdiff |
2001-09-28 |
Dr. Stephen Henson | Constify EVP_SealInit, EVP_OpenInit |
tree | commitdiff |
2001-09-28 |
Dr. Stephen Henson | Support fractional seconds in GeneralizedTime |
tree | commitdiff |
2001-09-27 |
Richard Levitte | Synchronise with Unixly build. |
tree | commitdiff |
2001-09-26 |
Richard Levitte | The #error message must match a very specific regexp... |
tree | commitdiff |
2001-09-26 |
Ben Laurie | Don't clean up stuff twice. |
tree | commitdiff |
2001-09-26 |
Ben Laurie | Fixes. |
tree | commitdiff |
2001-09-26 |
Ben Laurie | Fix warning. |
tree | commitdiff |
2001-09-25 |
Geoff Thorpe | "FALLBACK" handling was a hack that was thrown out... |
tree | commitdiff |
2001-09-25 |
Geoff Thorpe | Fiddling. |
tree | commitdiff |
2001-09-25 |
Geoff Thorpe | This change puts the original OpenBSD /dev/crypto suppo... |
tree | commitdiff |
2001-09-25 |
Geoff Thorpe | This change adds dummy RC4 and SHA1 support to the... |
tree | commitdiff |
2001-09-25 |
Geoff Thorpe | This changes EVP's cipher and digest code to hook via... |
tree | commitdiff |
2001-09-25 |
Geoff Thorpe | This change adds cipher and digest support into ENGINE... |
tree | commitdiff |
2001-09-25 |
Geoff Thorpe | indentation. |
tree | commitdiff |
2001-09-25 |
Geoff Thorpe | "make update". |
tree | commitdiff |
2001-09-25 |
Geoff Thorpe | This commits changes to various parts of libcrypto... |
tree | commitdiff |
2001-09-25 |
Geoff Thorpe | This commits the changes to STACK macros forced by... |
tree | commitdiff |
2001-09-25 |
Geoff Thorpe | This change replaces the ENGINE's underlying mechanics... |
tree | commitdiff |
2001-09-25 |
Geoff Thorpe | Some major restructuring changes to ENGINE, including... |
tree | commitdiff |
2001-09-25 |
Dr. Stephen Henson | Fix AES CBC mode EVP_CIPHER structures: the IV length... |
tree | commitdiff |
2001-09-24 |
Richard Levitte | In case of memory problems, the va_start() wasn't clean... |
tree | commitdiff |
2001-09-20 |
Bodo Möller | comments |
tree | commitdiff |
2001-09-14 |
Geoff Thorpe | Some of the ENGINE file names were changed for 8.3... |
tree | commitdiff |
2001-09-14 |
Geoff Thorpe | Fix a typo in the preprocessor logic in eng_list.c... |
tree | commitdiff |
2001-09-14 |
Geoff Thorpe | Add a SHA1 test to evptests.txt - only the MD5 hash... |
tree | commitdiff |
2001-09-14 |
Geoff Thorpe | 'evp_test' needs to initialise and cleanup EVP_CIPHER_C... |
tree | commitdiff |
2001-09-13 |
Bodo Möller | avoid "statement not reached" warning |
tree | commitdiff |
2001-09-12 |
Geoff Thorpe | ENGINE uses a very opaque design, so we can predeclare... |
tree | commitdiff |
2001-09-12 |
Geoff Thorpe | ENGINE files were renamed, and error strings are now... |
tree | commitdiff |
2001-09-12 |
Dr. Stephen Henson | Add certificate and request demos. |
tree | commitdiff |
2001-09-10 |
Geoff Thorpe | make update |
tree | commitdiff |
2001-09-10 |
Geoff Thorpe | enginetest needs 'memset' defined. |
tree | commitdiff |
2001-09-10 |
Ulf Möller | missed one file |
tree | commitdiff |
2001-09-10 |
Bodo Möller | fix memory leak (I think) |
tree | commitdiff |
2001-09-10 |
Bodo Möller | remove an old comment |
tree | commitdiff |
2001-09-10 |
Bodo Möller | avoid warning ('const' discarded) |
tree | commitdiff |
2001-09-10 |
Bodo Möller | typo |
tree | commitdiff |
2001-09-10 |
Bodo Möller | Get rid of hazardous EVP_DigestInit_dbg/EVP_DigestInit... |
tree | commitdiff |
2001-09-10 |
Bodo Möller | Get rid of hazardous EVP_DigestInit_dbg/EVP_DigestInit... |
tree | commitdiff |
2001-09-10 |
Bodo Möller | copyright |
tree | commitdiff |
2001-09-10 |
Bodo Möller | Delete pointless casts |
tree | commitdiff |
2001-09-10 |
Bodo Möller | Fix apps/openssl.c and ssl/ssltest.c so that they use |
tree | commitdiff |
2001-09-08 |
Dr. Stephen Henson | Replace old (and invalid) copyright notice. |
tree | commitdiff |
2001-09-07 |
Bodo Möller | The various hash #includes in rand_lcl.h *are* needed... |
tree | commitdiff |
2001-09-07 |
Ben Laurie | Add a cleanup function for MDs. |
tree | commitdiff |
2001-09-07 |
Ben Laurie | Remove duplication. |
tree | commitdiff |
2001-09-07 |
Ben Laurie | Now need sha.h for some reason. |
tree | commitdiff |
2001-09-07 |
Ben Laurie | Redo type-safety fix. |
tree | commitdiff |
2001-09-07 |
Ulf Möller | make engine file names unique in 8.3 |
tree | commitdiff |
2001-09-06 |
Ulf Möller | unused function |
tree | commitdiff |
2001-09-06 |
Ulf Möller | include the proper header file |
tree | commitdiff |
2001-09-06 |
Ulf Möller | double definition |
tree | commitdiff |
2001-09-06 |
Bodo Möller | Avoid strdup. |
tree | commitdiff |
2001-09-06 |
Bodo Möller | Totally get rid of CRYPTO_LOCK_ERR_HASH. |
tree | commitdiff |
2001-09-06 |
Bodo Möller | improve OAEP check |
tree | commitdiff |
2001-09-06 |
Bodo Möller | fix formatting so that the file can be view with any... |
tree | commitdiff |
2001-09-05 |
Geoff Thorpe | This adds "destroy" handlers to the existing ENGINEs... |
tree | commitdiff |
2001-09-05 |
Geoff Thorpe | ENGINE's init() and finish() handler functions are... |
tree | commitdiff |
2001-09-05 |
Geoff Thorpe | Change DH_up() -> DH_up_ref() |
tree | commitdiff |
2001-09-05 |
Geoff Thorpe | "DH_up" had been changed to "DH_up_ref" in libeay.num... |
tree | commitdiff |
2001-09-05 |
Bodo Möller | Solaris <string.h> does not declare 'strdup' if _XOPEN_... |
tree | commitdiff |
2001-09-05 |
Ulf Möller | bug fix: bn_sqr_recursive output is twice its input... |
tree | commitdiff |
2001-09-05 |
Ulf Möller | Use GCC 2.95/3.0 optimization |
tree | commitdiff |
2001-09-04 |
Ulf Möller | strsep implementation to allow the file to compile... |
tree | commitdiff |
2001-09-04 |
Geoff Thorpe | Make the 'dynamic' ENGINE bundle up the loading applica... |
tree | commitdiff |
2001-09-04 |
Geoff Thorpe | Add a "_up" -> "_up_ref" change to libeay.num that... |
tree | commitdiff |
2001-09-04 |
Bodo Möller | typo |
tree | commitdiff |
2001-09-04 |
Bodo Möller | Now that we have ERR_unload_strings(), ERR_load_ERR_str... |
tree | commitdiff |
2001-09-04 |
Bodo Möller | changing something requires a write lock, not a read... |
tree | commitdiff |
2001-09-04 |
Bodo Möller | OpenSSL copyright notices ... |
tree | commitdiff |
2001-09-04 |
Bodo Möller | delete redundant ERR_load_CRYPTO_strings() prototype |
tree | commitdiff |
2001-09-03 |
Geoff Thorpe | This changes the existing hardware ENGINE implementatio... |
tree | commitdiff |
2001-09-03 |
Geoff Thorpe | This change adds a new ENGINE called "dynamic" that... |
tree | commitdiff |
2001-09-03 |
Geoff Thorpe | Add a new ERR function, "ERR_unload_strings", to comple... |
tree | commitdiff |
2001-09-03 |
Geoff Thorpe | Correct a typo. |
tree | commitdiff |
2001-09-03 |
Bodo Möller | Rename recently introduced functions for improved code... |
tree | commitdiff |
2001-09-03 |
Bodo Möller | Use uniformly chosen witnesses for Miller-Rabin test |
tree | commitdiff |
2001-09-03 |
Bodo Möller | rearrange #includes because trying to include <crypto... |
tree | commitdiff |
2001-09-02 |
Geoff Thorpe | Convert "max" to "mx" for variable names (brought to... |
tree | commitdiff |
2001-09-02 |
Ben Laurie | Make MD functions take EVP_MD_CTX * instead of void... |
tree | commitdiff |
2001-09-01 |
Geoff Thorpe | Make the necessary changes to work with the recent... |
tree | commitdiff |
2001-09-01 |
Geoff Thorpe | First step in fixing "ex_data" support. Warning: big... |
tree | commitdiff |
2001-09-01 |
Geoff Thorpe | Only OPENSSL_free() non-NULL pointers. |
tree | commitdiff |
2001-09-01 |
Ulf Möller | undo, didn't work |
tree | commitdiff |
2001-09-01 |
Ulf Möller | *** empty log message *** |
tree | commitdiff |
2001-09-01 |
Ulf Möller | strsep implementation to allow the file to compile... |
tree | commitdiff |
2001-08-28 |
Geoff Thorpe | Ensure that failure to create the BIO in 'CRYPTO_mem_le... |
tree | commitdiff |
2001-08-28 |
Ben Laurie | Fix SSL memory leak. |
tree | commitdiff |
next |