2002-02-22 |
Dr. Stephen... | Config code updates. |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Richard Levitte | We have AES support in openssl speed |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Bodo Möller | disable '#ifdef DEBUG' sections |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Bodo Möller | disable '#ifdef DEBUG' sections |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Richard Levitte | Add AES support in the applications that support -des... |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Richard Levitte | Add comfy aliases for AES in CBC mode. |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Richard Levitte | Stop assuming the IV is 8 bytes long, use the real... |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Richard Levitte | Merge in recent changes from the main trunk. |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Richard Levitte | Including openssl/e_os.h in the OpenSSL 0.9.6 branch... |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Richard Levitte | Merge in recent changes from the main trunk. |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Richard Levitte | Merg in recent changes from the main trunk. |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Bodo Möller | bugfix: allocate sufficiently large buffer |
commit | commitdiff | tree | snapshot |
2002-02-19 |
Dr. Stephen... | Use default openssl.cnf if config filename set to NULL and |
commit | commitdiff | tree | snapshot |
2002-02-16 |
Richard Levitte | Merge in Cygwin-related changes from main trunk. |
commit | commitdiff | tree | snapshot |
2002-02-16 |
Richard Levitte | The AES modes OFB and CFB are defined with 128 feedback... |
commit | commitdiff | tree | snapshot |
2002-02-16 |
Richard Levitte | Add the modes OFB128, CFB128 and CTR128 to AES. |
commit | commitdiff | tree | snapshot |
2002-02-16 |
cvs2svn | This commit was manufactured by cvs2svn to create branch |
commit | commitdiff | tree | snapshot |
2002-02-16 |
Richard Levitte | Add the modes OFB128, CFB128 and CTR128 to AES. |
commit | commitdiff | tree | snapshot |
2002-02-16 |
Richard Levitte | Adjust the NID names for the AES modes OFB and CFB... |
commit | commitdiff | tree | snapshot |
2002-02-16 |
Richard Levitte | Adjust the NID names for the AES modes OFB and CFB... |
commit | commitdiff | tree | snapshot |
2002-02-16 |
Richard Levitte | The macro IMPLEMENT_ASN1_FUNCTIONS_const already contai... |
commit | commitdiff | tree | snapshot |
2002-02-16 |
Richard Levitte | Local `time' shadows the global function `time()'.... |
commit | commitdiff | tree | snapshot |
2002-02-16 |
Richard Levitte | Missing #endif |
commit | commitdiff | tree | snapshot |
2002-02-16 |
Richard Levitte | gcc chokes on C++ comments in C code. |
commit | commitdiff | tree | snapshot |
2002-02-15 |
Richard Levitte | Give the linux-sparv9 target shared capability. |
commit | commitdiff | tree | snapshot |
2002-02-15 |
Richard Levitte | Give the linux-sparv9 target shared capability. |
commit | commitdiff | tree | snapshot |
2002-02-15 |
Bodo Möller | constify |
commit | commitdiff | tree | snapshot |
2002-02-15 |
Bodo Möller | mention EC library |
commit | commitdiff | tree | snapshot |
2002-02-15 |
Lutz Jänicke | Even though it is not really practical people should... |
commit | commitdiff | tree | snapshot |
2002-02-15 |
cvs2svn | This commit was manufactured by cvs2svn to create branch |
commit | commitdiff | tree | snapshot |
2002-02-15 |
Lutz Jänicke | Even though it is not really practical people should... |
commit | commitdiff | tree | snapshot |
2002-02-15 |
Dr. Stephen... | Add flag to disable config module DSO loading. |
commit | commitdiff | tree | snapshot |
2002-02-15 |
Dr. Stephen... | Only initialize cipher ctx if cipher is not NULL. |
commit | commitdiff | tree | snapshot |
2002-02-15 |
Dr. Stephen... | Allow a NULL store parameter to X509_STORE_CTX_init(). |
commit | commitdiff | tree | snapshot |
2002-02-15 |
Dr. Stephen... | Don't call finish function if it isn't set. |
commit | commitdiff | tree | snapshot |
2002-02-15 |
Dr. Stephen... | Update NEWS |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Dr. Stephen... | Add argument to OPENSSL_config() and add flag to |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Dr. Stephen... | typo (?) |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Dr. Stephen... | Fix warnings: |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Richard Levitte | Add the configuration target VxWorks. |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Bodo Möller | fix indentation |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Richard Levitte | Add the configuration target VxWorks. |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Bodo Möller | fix: make it possible to disable memory debugging even... |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Bodo Möller | make it possible to disable memory checking for timings |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Bodo Möller | '-C' is still quite broken |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Bodo Möller | fix '-C' |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Bodo Möller | fix memory leak |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Bodo Möller | move ECDSA test right after EC test |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Bodo Möller | don't call OPENSSL_config(), this does not make any... |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Bodo Möller | don't call OPENSSL_config(), this does not make any... |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Richard Levitte | Make sure memset() is defined by including string.h |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Richard Levitte | Make sure memset() is defined by including string.h |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Richard Levitte | For some reason, getting the topmost error was done... |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Richard Levitte | make update, with libeay.num remade to match the 0... |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Richard Levitte | For some reason, getting the topmost error was done... |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Richard Levitte | make update |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Richard Levitte | The Cygwin shared extension was shifted. |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Richard Levitte | The Cygwin shared extension was shifted. |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Richard Levitte | At Corinna Vinschen's request, change CygWin32 to Cygwin |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Richard Levitte | At Corinna Vinschen's request, change CygWin32 to Cygwin |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Bodo Möller | EC_GROUP_get_group_by_name() is now called EC_GROUP_new... |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Ben Laurie | Fix warnings. |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Richard Levitte | Because making the key strong by xoring the last byte... |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Richard Levitte | Correct sh, please |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Richard Levitte | Correct sh, please |
commit | commitdiff | tree | snapshot |
2002-02-13 |
Bodo Möller | it's year 2002 now |
commit | commitdiff | tree | snapshot |
2002-02-13 |
Bodo Möller | ECDSA support |
commit | commitdiff | tree | snapshot |
2002-02-13 |
Bodo Möller | some modifications to named curve support |
commit | commitdiff | tree | snapshot |
2002-02-13 |
Richard Levitte | Modify the main trunk version to 0.9.8-dev. |
commit | commitdiff | tree | snapshot |
2002-02-13 |
Bodo Möller | new locks |
commit | commitdiff | tree | snapshot |
2002-02-13 |
Bodo Möller | add support for named curves |
commit | commitdiff | tree | snapshot |
2002-02-13 |
cvs2svn | This commit was manufactured by cvs2svn to create branch |
commit | commitdiff | tree | snapshot |
2002-02-13 |
Richard Levitte | Update the configuration of CygWin32 to use the new... |
commit | commitdiff | tree | snapshot |
2002-02-13 |
Bodo Möller | We should implement a countermeasure against the predic... |
commit | commitdiff | tree | snapshot |
2002-02-13 |
Richard Levitte | Move teh silencer to the right place. |
commit | commitdiff | tree | snapshot |
2002-02-13 |
Richard Levitte | Make link-shard a little bit more efficient. If there... |
commit | commitdiff | tree | snapshot |
2002-02-10 |
Lutz Jänicke | Make removal from session cache more robust. |
commit | commitdiff | tree | snapshot |
2002-02-09 |
Bodo Möller | add a wish |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Lutz Jänicke | Do not store unneeded data. |
commit | commitdiff | tree | snapshot |
2002-02-07 |
Richard Levitte | Add notes on the added support for aep and sureware... |
commit | commitdiff | tree | snapshot |
2002-02-07 |
Richard Levitte | Remove an unused variable. |
commit | commitdiff | tree | snapshot |
2002-02-07 |
Richard Levitte | Oops, do not unlock CRYPTO_LOCK_DYNLOCK when we locked |
commit | commitdiff | tree | snapshot |
2002-02-07 |
Richard Levitte | I forgot to include the aep and sureware vendor header... |
commit | commitdiff | tree | snapshot |
2002-02-07 |
Richard Levitte | Because AEP and we used the same AEP_R_ prefix for... |
commit | commitdiff | tree | snapshot |
2002-02-07 |
Richard Levitte | Add aep and sureware implementations and clean up some... |
commit | commitdiff | tree | snapshot |
2002-02-07 |
Richard Levitte | Certain reasons aren't really part of the engine framew... |
commit | commitdiff | tree | snapshot |
2002-02-07 |
Richard Levitte | Generate the individual engines' error strings and... |
commit | commitdiff | tree | snapshot |
2002-02-07 |
Richard Levitte | If the intended header file doesn't exist, create it. |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Richard Levitte | 'make update' |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Richard Levitte | With the changed des_old API, let's complete the work... |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Richard Levitte | Apply one patch from Assar Westerlund <assar@sics.se>: |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Richard Levitte | Apply three patches from Assar Westerlund <assar@kth... |
commit | commitdiff | tree | snapshot |
2002-02-03 |
Richard Levitte | ASN1_BIT_STRING_set_bit() didn't clear previously set... |
commit | commitdiff | tree | snapshot |
2002-02-02 |
Dr. Stephen... | #undef some things that cause a conflict under Win32... |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Lutz Jänicke | Shut up compiler warnings for inconsistent declarations. |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Lutz Jänicke | HP-UX 32bit: |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Lutz Jänicke | Make SHLIB_TARGET available in subdirs (here: apps/) |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Richard Levitte | Apply patch from Toomas Kiisk <vix@cyber.ee> and comple... |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Lutz Jänicke | Superflous '\' messes up with HP-UX make. |
commit | commitdiff | tree | snapshot |
2002-01-27 |
Bodo Möller | Undo previous change, X509_check_issued() was correct. |
commit | commitdiff | tree | snapshot |
next |