2002-02-23 |
Dr. Stephen... | OPENSSL_LOAD_CONF define as in main trunk |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Dr. Stephen... | Update from main branch. |
commit | commitdiff | tree | snapshot |
2002-02-23 |
cvs2svn | This commit was manufactured by cvs2svn to create branch |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Dr. Stephen... | New OPENSSL_LOAD_CONF define to load openssl.cnf |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Dr. Stephen... | non-Monolith fixes. |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Dr. Stephen... | Fix for AIX. |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Dr. Stephen... | non-Monolith fixes. |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Dr. Stephen... | make errors |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Dr. Stephen... | Update from stable branch. |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Dr. Stephen... | Config code updates. |
commit | commitdiff | tree | snapshot |
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 |
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-21 |
Bodo Möller | disable '#ifdef DEBUG' sections |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Dr. Stephen... | Config file updates from stable branch |
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 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 | 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 | 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 | Including openssl/e_os.h in the OpenSSL 0.9.6 branch... |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Richard Levitte | gcc figures that the format specifier %2x means unsigne... |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Richard Levitte | Instead of casting a lvalue, let's constify meth. |
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 | Update the status on 64-bit thingy. |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Bodo Möller | simplifications |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Bodo Möller | typo |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Richard Levitte | Add reports on checked 64-bit platforms and make space... |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Richard Levitte | Merg in recent changes from the main trunk. |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Richard Levitte | With Compaq make, it seems like # inside an action... |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Richard Levitte | Instead of just checking for OpenVMS, check if DEC... |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Bodo Möller | bugfix: allocate sufficiently large buffer |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Bodo Möller | bugfix: allocate sufficiently large buffer |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Richard Levitte | Comparing a pointer (data) with 0 using > is incorrect... |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Richard Levitte | With Compaq make, it seems like # inside an action... |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Richard Levitte | Don't shadow already defined variables |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Geoff Thorpe | make update |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Geoff Thorpe | A rough little self-test for tunala. This runs through... |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Geoff Thorpe | Make the "ungunk" logic a little more robust. |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Geoff Thorpe | - Add support for cipher suites that require a temporar... |
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 | Oh, and since config figures out that we run Cygwin... |
commit | commitdiff | tree | snapshot |
2002-02-16 |
Richard Levitte | Since Cygwin is the proper spelling, let's change to... |
commit | commitdiff | tree | snapshot |
2002-02-16 |
Ulf Möller | Cygwin target name has been changed! |
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 | 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 |
next |