2002-04-03 |
Richard Levitte | Forgot one of the casts
|
commit | commitdiff | tree |
2002-04-03 |
Richard Levitte | Cast the pointers to the BIGNUM data to unsigned long...
|
commit | commitdiff | tree |
2002-03-29 |
Richard Levitte | Fix of mixup bwtween SOMAXCONN and SO_MAXCONN.
|
commit | commitdiff | tree |
2002-03-26 |
Richard Levitte | A forgotten file
|
commit | commitdiff | tree |
2002-03-26 |
Richard Levitte | Add the possibility to enable olde des support, not...
|
commit | commitdiff | tree |
2002-03-26 |
Richard Levitte | Add the mapping of des_random_seed() for 0.9.6 compatibility.
|
commit | commitdiff | tree |
2002-03-26 |
Richard Levitte | Correct the mapping for des_read_pw()
|
commit | commitdiff | tree |
2002-03-26 |
Richard Levitte | Make the change to strong keys in the string to key...
|
commit | commitdiff | tree |
2002-03-22 |
Richard Levitte | Merge changes from 0.9.7-stable
|
commit | commitdiff | tree |
2002-03-22 |
Richard Levitte | Merge changes from 0.9.7-stable
|
commit | commitdiff | tree |
2002-03-22 |
Richard Levitte | Merge in DES changed from 0.9.7-stable.
|
commit | commitdiff | tree |
2002-03-22 |
Richard Levitte | Merge in DES changed from 0.9.7-stable.
|
commit | commitdiff | tree |
2002-03-07 |
Richard Levitte | Synchronise the AEP engine in all branches. For 0...
|
commit | commitdiff | tree |
2002-03-07 |
Richard Levitte | When closing, do not use close(). Also, if the closing...
|
commit | commitdiff | tree |
2002-03-07 |
Richard Levitte | Change des_old.c to use types prefixed with _ossl_old_des_.
|
commit | commitdiff | tree |
2002-03-06 |
Richard Levitte | OpenSSL currently fails on certain pure 64-bit architectures...
|
commit | commitdiff | tree |
2002-03-05 |
Richard Levitte | Provide a pre 0.9.7 compatibility mapping if
|
commit | commitdiff | tree |
2002-03-05 |
Richard Levitte | New configuration targets for OpenBSD, handed to me...
|
commit | commitdiff | tree |
2002-03-04 |
Richard Levitte | Typo. In DCL, the continuation character is a dash...
|
commit | commitdiff | tree |
2002-03-04 |
Richard Levitte | Rename des_SPtrans to DES_SPtrans to differentiate...
|
commit | commitdiff | tree |
2002-03-04 |
Richard Levitte | Make it so one can select tests from within the test...
|
commit | commitdiff | tree |
2002-03-03 |
Richard Levitte | This change was only made in 0.9.7-stable. Synchronise
|
commit | commitdiff | tree |
2002-02-28 |
Richard Levitte | Remove the perl/ subdirectory. It hasn't been worked...
|
commit | commitdiff | tree |
2002-02-28 |
Richard Levitte | make update
|
commit | commitdiff | tree |
2002-02-28 |
Richard Levitte | VMS addaptation, including a few more long names that...
|
commit | commitdiff | tree |
2002-02-28 |
Richard Levitte | Make sure aep_close_connection() is declared and has...
|
commit | commitdiff | tree |
2002-02-28 |
Richard Levitte | Increase internal security when using strncpy, by making...
|
commit | commitdiff | tree |
2002-02-28 |
Richard Levitte | Updated AEP engine, submitted by Diarmuid O'Neill ...
|
commit | commitdiff | tree |
2002-02-28 |
Richard Levitte | Document the added modes for AES
|
commit | commitdiff | tree |
2002-02-26 |
Richard Levitte | make update, after moving around symbols in libeay...
|
commit | commitdiff | tree |
2002-02-21 |
Richard Levitte | We have AES support in openssl speed
|
commit | commitdiff | tree |
2002-02-20 |
Richard Levitte | Add AES support in the applications that support -des...
|
commit | commitdiff | tree |
2002-02-20 |
Richard Levitte | Add comfy aliases for AES in CBC mode.
|
commit | commitdiff | tree |
2002-02-20 |
Richard Levitte | Stop assuming the IV is 8 bytes long, use the real...
|
commit | commitdiff | tree |
2002-02-20 |
Richard Levitte | Including openssl/e_os.h in the OpenSSL 0.9.6 branch...
|
commit | commitdiff | tree |
2002-02-20 |
Richard Levitte | gcc figures that the format specifier %2x means unsigned...
|
commit | commitdiff | tree |
2002-02-20 |
Richard Levitte | Instead of casting a lvalue, let's constify meth.
|
commit | commitdiff | tree |
2002-02-20 |
Richard Levitte | Update the status on 64-bit thingy.
|
commit | commitdiff | tree |
2002-02-20 |
Richard Levitte | Add reports on checked 64-bit platforms and make space...
|
commit | commitdiff | tree |
2002-02-20 |
Richard Levitte | With Compaq make, it seems like # inside an action...
|
commit | commitdiff | tree |
2002-02-20 |
Richard Levitte | Instead of just checking for OpenVMS, check if DEC...
|
commit | commitdiff | tree |
2002-02-20 |
Richard Levitte | Comparing a pointer (data) with 0 using > is incorrect...
|
commit | commitdiff | tree |
2002-02-20 |
Richard Levitte | With Compaq make, it seems like # inside an action...
|
commit | commitdiff | tree |
2002-02-20 |
Richard Levitte | Don't shadow already defined variables
|
commit | commitdiff | tree |
2002-02-16 |
Richard Levitte | Oh, and since config figures out that we run Cygwin...
|
commit | commitdiff | tree |
2002-02-16 |
Richard Levitte | Since Cygwin is the proper spelling, let's change to...
|
commit | commitdiff | tree |
2002-02-16 |
Richard Levitte | The AES modes OFB and CFB are defined with 128 feedback...
|
commit | commitdiff | tree |
2002-02-16 |
Richard Levitte | Add the modes OFB128, CFB128 and CTR128 to AES.
|
commit | commitdiff | tree |
2002-02-16 |
Richard Levitte | Adjust the NID names for the AES modes OFB and CFB...
|
commit | commitdiff | tree |
2002-02-16 |
Richard Levitte | The macro IMPLEMENT_ASN1_FUNCTIONS_const already contains...
|
commit | commitdiff | tree |
2002-02-16 |
Richard Levitte | Local `time' shadows the global function `time()'....
|
commit | commitdiff | tree |
2002-02-16 |
Richard Levitte | Missing #endif
|
commit | commitdiff | tree |
2002-02-16 |
Richard Levitte | gcc chokes on C++ comments in C code.
|
commit | commitdiff | tree |
2002-02-15 |
Richard Levitte | Give the linux-sparv9 target shared capability.
|
commit | commitdiff | tree |
2002-02-14 |
Richard Levitte | Add the configuration target VxWorks.
|
commit | commitdiff | tree |
2002-02-14 |
Richard Levitte | Make sure memset() is defined by including string.h
|
commit | commitdiff | tree |
2002-02-14 |
Richard Levitte | For some reason, getting the topmost error was done...
|
commit | commitdiff | tree |
2002-02-14 |
Richard Levitte | make update, with libeay.num remade to match the 0...
|
commit | commitdiff | tree |
2002-02-14 |
Richard Levitte | The Cygwin shared extension was shifted.
|
commit | commitdiff | tree |
2002-02-14 |
Richard Levitte | At Corinna Vinschen's request, change CygWin32 to Cygwin
|
commit | commitdiff | tree |
2002-02-14 |
Richard Levitte | Correct sh, please
|
commit | commitdiff | tree |
2002-02-13 |
Richard Levitte | Modify the main trunk version to 0.9.8-dev.
|
commit | commitdiff | tree |
2002-02-13 |
Richard Levitte | Update the configuration of CygWin32 to use the new...
|
commit | commitdiff | tree |
2002-02-13 |
Richard Levitte | Move teh silencer to the right place.
|
commit | commitdiff | tree |
2002-02-13 |
Richard Levitte | Make link-shard a little bit more efficient. If there...
|
commit | commitdiff | tree |
2002-02-07 |
Richard Levitte | Add notes on the added support for aep and sureware...
|
commit | commitdiff | tree |
2002-02-07 |
Richard Levitte | Remove an unused variable.
|
commit | commitdiff | tree |
2002-02-07 |
Richard Levitte | Oops, do not unlock CRYPTO_LOCK_DYNLOCK when we locked
|
commit | commitdiff | tree |
2002-02-07 |
Richard Levitte | I forgot to include the aep and sureware vendor header...
|
commit | commitdiff | tree |
2002-02-07 |
Richard Levitte | Because AEP and we used the same AEP_R_ prefix for...
|
commit | commitdiff | tree |
2002-02-07 |
Richard Levitte | Add aep and sureware implementations and clean up some...
|
commit | commitdiff | tree |
2002-02-07 |
Richard Levitte | Certain reasons aren't really part of the engine framework...
|
commit | commitdiff | tree |
2002-02-07 |
Richard Levitte | Generate the individual engines' error strings and...
|
commit | commitdiff | tree |
2002-02-07 |
Richard Levitte | If the intended header file doesn't exist, create it.
|
commit | commitdiff | tree |
2002-02-05 |
Richard Levitte | 'make update'
|
commit | commitdiff | tree |
2002-02-05 |
Richard Levitte | With the changed des_old API, let's complete the work...
|
commit | commitdiff | tree |
2002-02-05 |
Richard Levitte | Apply one patch from Assar Westerlund <assar@sics.se>:
|
commit | commitdiff | tree |
2002-02-05 |
Richard Levitte | Apply three patches from Assar Westerlund <assar@kth...
|
commit | commitdiff | tree |
2002-02-03 |
Richard Levitte | ASN1_BIT_STRING_set_bit() didn't clear previously set...
|
commit | commitdiff | tree |
2002-01-29 |
Richard Levitte | Apply patch from Toomas Kiisk <vix@cyber.ee> and complete it.
|
commit | commitdiff | tree |
2002-01-27 |
Richard Levitte | Spelling correction.
|
commit | commitdiff | tree |
2002-01-27 |
Richard Levitte | Correct the number of colons for the targets aix43...
|
commit | commitdiff | tree |
2002-01-27 |
Richard Levitte | Detect one-step shifts of the dso_scheme.
|
commit | commitdiff | tree |
2002-01-27 |
Richard Levitte | I got some reports that some targets have weird dso_schemes.
|
commit | commitdiff | tree |
2002-01-26 |
Richard Levitte | Update SCO5 targets.
|
commit | commitdiff | tree |
2002-01-26 |
Richard Levitte | Apply a small patch from Dan Lanz <lanz@zolera.com...
|
commit | commitdiff | tree |
2002-01-26 |
Richard Levitte | Apply a small patch from Oscar Jacobsson <oscar@jacobsson...
|
commit | commitdiff | tree |
2002-01-26 |
Richard Levitte | It looks like I didn't remove everything that has to...
|
commit | commitdiff | tree |
2002-01-26 |
Richard Levitte | Apply a small patch from Diego R. Lopez <diego.lopez...
|
commit | commitdiff | tree |
2002-01-26 |
Richard Levitte | GCC uses __i386__.
|
commit | commitdiff | tree |
2002-01-26 |
Richard Levitte | Add old patch from Robert Dahlem <Robert.Dahlem@ffm2...
|
commit | commitdiff | tree |
2002-01-26 |
Richard Levitte | I got a request to make the "old des" symbols more...
|
commit | commitdiff | tree |
2002-01-25 |
Richard Levitte | Apply Neale Ferguson's patch to add a configuration...
|
commit | commitdiff | tree |
2002-01-25 |
Richard Levitte | Apply the following changes by Toomas Kiisk <vix@cyber...
|
commit | commitdiff | tree |
2002-01-25 |
Richard Levitte | Apply a change by Toomas Kiisk <vix@cyber.ee>:
|
commit | commitdiff | tree |
2002-01-25 |
Richard Levitte | I must learn to compile before I commit...
|
commit | commitdiff | tree |
2002-01-25 |
Richard Levitte | Document the change in rsautl.
|
commit | commitdiff | tree |
2002-01-25 |
Richard Levitte | Add -keyform. Document -engine.
|
commit | commitdiff | tree |
2002-01-25 |
Richard Levitte | There is no aestest currently. The EVP tester is used...
|
commit | commitdiff | tree |
2002-01-24 |
Richard Levitte | Keep the NIST AES vectors that were there previously.
|
commit | commitdiff | tree |
next |