2002-06-05 |
Richard Levitte | Documentation bug corrected.
|
commit | commitdiff | tree |
2002-06-05 |
Richard Levitte | Since there's no continuation, the ; can go as well :-)
|
commit | commitdiff | tree |
2002-06-05 |
Richard Levitte | Update the recognision of GCC version numbers to handle...
|
commit | commitdiff | tree |
2002-06-04 |
Richard Levitte | make update (including adjusting libeay.num in HEAD...
|
commit | commitdiff | tree |
2002-06-03 |
Richard Levitte | use sstrsep() to get the proper type to aoti().
|
commit | commitdiff | tree |
2002-05-31 |
Richard Levitte | Document the AES changes.
|
commit | commitdiff | tree |
2002-05-31 |
Richard Levitte | Add the AES test vectors from NIST document SP800-38A.
|
commit | commitdiff | tree |
2002-05-31 |
Richard Levitte | Make it possible to give vectors only for decryption...
|
commit | commitdiff | tree |
2002-05-31 |
Richard Levitte | For CFB and OFB modes, always create the encryption...
|
commit | commitdiff | tree |
2002-05-31 |
Richard Levitte | Declare the CFB and OFB modes for AES, and prepare...
|
commit | commitdiff | tree |
2002-05-31 |
Richard Levitte | In CFB mode, the iv is always encrypted.
|
commit | commitdiff | tree |
2002-05-30 |
Richard Levitte | Reformat the CFLAG string so it can be made part of...
|
commit | commitdiff | tree |
2002-05-30 |
Richard Levitte | Support the newly release gcc 3.1 on 64-bit Solaris...
|
commit | commitdiff | tree |
2002-05-30 |
Richard Levitte | Support shared libraries properly on linux-sparcv[89].
|
commit | commitdiff | tree |
2002-05-30 |
Richard Levitte | a B< that wasn't properly ended.
|
commit | commitdiff | tree |
2002-05-30 |
Richard Levitte | Check the return values where memory allocation failures...
|
commit | commitdiff | tree |
2002-05-30 |
Richard Levitte | CAformat should not be used for CA key format.
|
commit | commitdiff | tree |
2002-05-30 |
Richard Levitte | Make sure that MS_STATIC isn't defined to 'static'...
|
commit | commitdiff | tree |
2002-05-30 |
Richard Levitte | pod2man.pl would only remove the first LF from the...
|
commit | commitdiff | tree |
2002-05-30 |
Richard Levitte | Apparently, there are still chances we have to deal...
|
commit | commitdiff | tree |
2002-05-30 |
Richard Levitte | Correct AES counter mode, which incorrectly incremented...
|
commit | commitdiff | tree |
2002-05-30 |
Richard Levitte | Correct darwin shared library support.
|
commit | commitdiff | tree |
2002-05-30 |
Richard Levitte | Some shlib extensions were in the wrong field
|
commit | commitdiff | tree |
2002-05-30 |
Richard Levitte | Our copy of pod2man.pl is old and comparatively broken...
|
commit | commitdiff | tree |
2002-05-30 |
Richard Levitte | Add more warnings for my debug targets.
|
commit | commitdiff | tree |
2002-05-30 |
Richard Levitte | Remove the duplicate description of -out.
|
commit | commitdiff | tree |
2002-05-29 |
Richard Levitte | Set DLOPEN_FLAG the same way on NetBSD as on OpenBSD.
|
commit | commitdiff | tree |
2002-05-29 |
Richard Levitte | There is a chance that the input string is larger than...
|
commit | commitdiff | tree |
2002-05-23 |
Richard Levitte | Recover from errors
|
commit | commitdiff | tree |
2002-05-23 |
Richard Levitte | make update
|
commit | commitdiff | tree |
2002-05-23 |
Richard Levitte | Make sure short aliases are used where required.
|
commit | commitdiff | tree |
2002-05-23 |
Richard Levitte | Define a short alias for another long EC symbol.
|
commit | commitdiff | tree |
2002-05-23 |
Richard Levitte | Make sure ECDSA is built and tested on VMS.
|
commit | commitdiff | tree |
2002-05-23 |
Richard Levitte | Make sure ECDSA is built and tested on VMS.
|
commit | commitdiff | tree |
2002-05-22 |
Richard Levitte | Allow the use of the TCP/IP stack keyword TCPIP and...
|
commit | commitdiff | tree |
2002-05-22 |
Richard Levitte | Use OPENSSL_SYS_VMS instead of just VMS
|
commit | commitdiff | tree |
2002-05-09 |
Richard Levitte | Updating status for 0.9.6d
|
commit | commitdiff | tree |
2002-05-09 |
Richard Levitte | Synchronise the FAQ
|
commit | commitdiff | tree |
2002-05-09 |
Richard Levitte | Make the huge buffer smaller, so the size becomes reasonable...
|
commit | commitdiff | tree |
2002-05-09 |
Richard Levitte | One place where VMS wasn't changed to OPENSSL_SYS_VMS...
|
commit | commitdiff | tree |
2002-05-09 |
Richard Levitte | Move an assert() to avoid core dumps when a static...
|
commit | commitdiff | tree |
2002-05-08 |
Richard Levitte | Small documentation fix for EVP_CipherFinal or EVP_CipherFin...
|
commit | commitdiff | tree |
2002-05-08 |
Richard Levitte | Generate an error if rewinding wasn't possible.
|
commit | commitdiff | tree |
2002-05-02 |
Richard Levitte | Make sure that date is run under the C locale, so dates...
|
commit | commitdiff | tree |
2002-04-29 |
Richard Levitte | Fix unsigned vs. signed clash
|
commit | commitdiff | tree |
2002-04-29 |
Richard Levitte | Synchronise with 0.9.7-stable.
|
commit | commitdiff | tree |
2002-04-29 |
Richard Levitte | Synchronise with 0.9.7-stable.
|
commit | commitdiff | tree |
2002-04-25 |
Richard Levitte | Potential memory leak removed. Notified by <threaded...
|
commit | commitdiff | tree |
2002-04-23 |
Richard Levitte | Uhmmm, if we use && after having tested for the presence...
|
commit | commitdiff | tree |
2002-04-20 |
Richard Levitte | Make sure ec and ecdsa is properly handled in Windows.
|
commit | commitdiff | tree |
2002-04-20 |
Richard Levitte | Signedness mismatch.
|
commit | commitdiff | tree |
2002-04-20 |
Richard Levitte | The callback must have (void) as argument list.
|
commit | commitdiff | tree |
2002-04-20 |
Richard Levitte | No point constifying an int.
|
commit | commitdiff | tree |
2002-04-20 |
Richard Levitte | Do not free p if it hasn't been used yet.
|
commit | commitdiff | tree |
2002-04-18 |
Richard Levitte | Make sure the opened directory is closed on exit.
|
commit | commitdiff | tree |
2002-04-13 |
Richard Levitte | Avoid emacs backup files when making a snapshot
|
commit | commitdiff | tree |
2002-04-11 |
Richard Levitte | Check error code from a2d_ASN1_OBJECT().
|
commit | commitdiff | tree |
2002-04-11 |
Richard Levitte | Change the date to XX xxx XXXX in development versions.
|
commit | commitdiff | tree |
2002-04-06 |
Richard Levitte | Allow longer program names (VMS allows up to 39 characters).
|
commit | commitdiff | tree |
2002-04-06 |
Richard Levitte | make update (libeay.num has been edited to match 0...
|
commit | commitdiff | tree |
2002-04-06 |
Richard Levitte | Allow longer program names (VMS allows up to 39 characters).
|
commit | commitdiff | tree |
2002-04-06 |
Richard Levitte | Oops, the system macro for VMS is OPENSSL_SYS_VMS,...
|
commit | commitdiff | tree |
2002-04-06 |
Richard Levitte | Recognise DEC C++ as equivalent to DEC C for the definitions...
|
commit | commitdiff | tree |
2002-04-06 |
Richard Levitte | Use recv() and send() for socket communication on VMS...
|
commit | commitdiff | tree |
2002-04-06 |
Richard Levitte | Make shared libraries resolve global symbols within...
|
commit | commitdiff | tree |
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 |
next |