2000-03-02 |
Richard Levitte | Make bss_log.c a bit more readable, and implement it...
|
commit | commitdiff | tree |
2000-03-02 |
Richard Levitte | It started with finding a misplaced #endif. Then I...
|
commit | commitdiff | tree |
2000-03-02 |
Richard Levitte | I'm experimenting with a hack in dopr() and friends...
|
commit | commitdiff | tree |
2000-02-28 |
Richard Levitte | Forgot to check correctly for the new options
|
commit | commitdiff | tree |
2000-02-28 |
Richard Levitte | Tagging has been done, time to switch to 0.9.6-dev.
|
commit | commitdiff | tree |
2000-02-28 |
Richard Levitte | Time for a release
|
commit | commitdiff | tree |
2000-02-28 |
Richard Levitte | A few more tests were reported.
|
commit | commitdiff | tree |
2000-02-28 |
Richard Levitte | Typo corrected.
|
commit | commitdiff | tree |
2000-02-27 |
Richard Levitte | Short is always promoted to int when passed as a function...
|
commit | commitdiff | tree |
2000-02-27 |
Richard Levitte | Include rand.h so RAND_pseudo_bytes may be declared.
|
commit | commitdiff | tree |
2000-02-27 |
Richard Levitte | More platforms passed the test.
|
commit | commitdiff | tree |
2000-02-27 |
Richard Levitte | Update the OpenVMS/VAX status
|
commit | commitdiff | tree |
2000-02-27 |
Richard Levitte | Works with gcc 2.8.0 as well.
|
commit | commitdiff | tree |
2000-02-27 |
Richard Levitte | No, the VAX is not a 64 bit architecture.
|
commit | commitdiff | tree |
2000-02-27 |
Richard Levitte | Make sure to catch UnixWare 7, even if the version...
|
commit | commitdiff | tree |
2000-02-27 |
Richard Levitte | Update config for the unixware targets by looking at...
|
commit | commitdiff | tree |
2000-02-27 |
Richard Levitte | AIX and HP-UX are passing the tests.
|
commit | commitdiff | tree |
2000-02-27 |
Richard Levitte | OpenSSL doesn't compile well on OpenVMS/VAX, it seems.
|
commit | commitdiff | tree |
2000-02-27 |
Richard Levitte | One test passed for VMS.
|
commit | commitdiff | tree |
2000-02-27 |
Richard Levitte | A new beta has been released, and one test is documented.
|
commit | commitdiff | tree |
2000-02-27 |
Richard Levitte | OpenVMS often has problems with files with more than...
|
commit | commitdiff | tree |
2000-02-27 |
Richard Levitte | For lack of a better name, this is now called 0.9.5beta3...
|
commit | commitdiff | tree |
2000-02-27 |
Richard Levitte | Change version string to reflect the release of beta 2.
|
commit | commitdiff | tree |
2000-02-27 |
Richard Levitte | Stop logging all the files that are copied all over...
|
commit | commitdiff | tree |
2000-02-27 |
Richard Levitte | New logical names to skip algorithms are now supported.
|
commit | commitdiff | tree |
2000-02-27 |
Richard Levitte | New logical names to skip algorithms are now supported.
|
commit | commitdiff | tree |
2000-02-27 |
Richard Levitte | New "target": CONFIG. This will build the opensslconf...
|
commit | commitdiff | tree |
2000-02-27 |
Richard Levitte | Add and change docs for the changes that have been...
|
commit | commitdiff | tree |
2000-02-26 |
Richard Levitte | A small script to compile mttest.c on VMS as well.
|
commit | commitdiff | tree |
2000-02-26 |
Richard Levitte | Make sure there's some entropy, and log a few more...
|
commit | commitdiff | tree |
2000-02-26 |
Richard Levitte | make update
|
commit | commitdiff | tree |
2000-02-26 |
Richard Levitte | Make sure that all test files are gone before starting...
|
commit | commitdiff | tree |
2000-02-26 |
Richard Levitte | Move to using the same perl code as Makefile.ssl
|
commit | commitdiff | tree |
2000-02-26 |
Richard Levitte | Just as in Unix, make sure to generate some kind of...
|
commit | commitdiff | tree |
2000-02-26 |
Richard Levitte | Typo corrected.
|
commit | commitdiff | tree |
2000-02-26 |
Richard Levitte | Don't include sys/types.h if NO_SYS_TYPES_H is defined.
|
commit | commitdiff | tree |
2000-02-26 |
Richard Levitte | The OpenVMS library is most definitely not built for...
|
commit | commitdiff | tree |
2000-02-26 |
Richard Levitte | Add support for Unixware 7. Thanks to Ron Record ...
|
commit | commitdiff | tree |
2000-02-26 |
Richard Levitte | ftruncate() and fileno() are not supported on all versions...
|
commit | commitdiff | tree |
2000-02-26 |
Richard Levitte | Let's avoid compiler warnings over types.
|
commit | commitdiff | tree |
2000-02-26 |
Richard Levitte | Compile rand_egd.c on VMS as well.
|
commit | commitdiff | tree |
2000-02-26 |
Richard Levitte | For safety, check __VMS as well.
|
commit | commitdiff | tree |
2000-02-26 |
Richard Levitte | Correct small typo
|
commit | commitdiff | tree |
2000-02-26 |
Richard Levitte | Since a stack with quite long name is declared here...
|
commit | commitdiff | tree |
2000-02-25 |
Richard Levitte | Small error fix.
|
commit | commitdiff | tree |
2000-02-25 |
Richard Levitte | Adjust all the old scripts to deal with the new location.
|
commit | commitdiff | tree |
2000-02-25 |
Richard Levitte | New script to compile on systems that already have...
|
commit | commitdiff | tree |
2000-02-25 |
Richard Levitte | Update the two threads modules to conform to our recommendat...
|
commit | commitdiff | tree |
2000-02-25 |
Richard Levitte | Some time in history, SSL_CTX_sessions() disappeared...
|
commit | commitdiff | tree |
2000-02-25 |
Richard Levitte | Another test passed
|
commit | commitdiff | tree |
2000-02-25 |
Richard Levitte | Enhance consistency by using BIO_flush() instead of...
|
commit | commitdiff | tree |
2000-02-25 |
Richard Levitte | Changes to synchronise with Unix.
|
commit | commitdiff | tree |
2000-02-25 |
Richard Levitte | Status update
|
commit | commitdiff | tree |
2000-02-24 |
Richard Levitte | Remove structures that are no longer used.
|
commit | commitdiff | tree |
2000-02-24 |
Richard Levitte | 0.9.5beta1
|
commit | commitdiff | tree |
2000-02-24 |
Richard Levitte | Make it possible to have differing tar versions.
|
commit | commitdiff | tree |
2000-02-24 |
Richard Levitte | Correct a couple of command errors.
|
commit | commitdiff | tree |
2000-02-23 |
Richard Levitte | make update
|
commit | commitdiff | tree |
2000-02-23 |
Richard Levitte | Avoid saving any macros starting with a _, since that...
|
commit | commitdiff | tree |
2000-02-23 |
Richard Levitte | Sync with Unix
|
commit | commitdiff | tree |
2000-02-21 |
Richard Levitte | Blowfish docs.
|
commit | commitdiff | tree |
2000-02-20 |
Richard Levitte | Move the registration of callback functions to special...
|
commit | commitdiff | tree |
2000-02-18 |
Richard Levitte | Make Configure add the configuration options that it...
|
commit | commitdiff | tree |
2000-02-18 |
Richard Levitte | Cosmetic change. No, openssl.h.in is not autogenerated :-)
|
commit | commitdiff | tree |
2000-02-15 |
Richard Levitte | Remove the access() call altogether for VMS, since...
|
commit | commitdiff | tree |
2000-02-14 |
Richard Levitte | Time ran away...
|
commit | commitdiff | tree |
2000-02-14 |
Richard Levitte | Add a couple of forgotten $(PERL), and make the code...
|
commit | commitdiff | tree |
2000-02-11 |
Richard Levitte | A hack to make sure access() will give us the correct...
|
commit | commitdiff | tree |
2000-02-11 |
Richard Levitte | Add compilation of the new passwd utility.
|
commit | commitdiff | tree |
2000-02-11 |
Richard Levitte | Add references to the new passwd utility.
|
commit | commitdiff | tree |
2000-02-08 |
Richard Levitte | Move down the attributions
|
commit | commitdiff | tree |
2000-02-08 |
Richard Levitte | Constify
|
commit | commitdiff | tree |
2000-02-07 |
Richard Levitte | des_modes is a section 7 manual, so let's make sure...
|
commit | commitdiff | tree |
2000-02-07 |
Richard Levitte | First try at documenting the DES (and other algorithms...
|
commit | commitdiff | tree |
2000-02-06 |
Richard Levitte | A proposed freeze and release time has come up.
|
commit | commitdiff | tree |
2000-02-06 |
Richard Levitte | Typo corrected...
|
commit | commitdiff | tree |
2000-02-01 |
Richard Levitte | Correct one link.
|
commit | commitdiff | tree |
2000-01-30 |
Richard Levitte | Synchronise
|
commit | commitdiff | tree |
2000-01-29 |
Richard Levitte | Reimplement so only one synchronous stack is used....
|
commit | commitdiff | tree |
2000-01-29 |
Richard Levitte | Finally found a form that I like...
|
commit | commitdiff | tree |
2000-01-28 |
Richard Levitte | Synchronise with Unix code
|
commit | commitdiff | tree |
2000-01-28 |
Richard Levitte | Put config in section 5, where it belongs.
|
commit | commitdiff | tree |
2000-01-27 |
Richard Levitte | Declare BN_pseudo_rand().
|
commit | commitdiff | tree |
2000-01-27 |
Richard Levitte | It works much better when you don't press shift at...
|
commit | commitdiff | tree |
2000-01-27 |
Richard Levitte | Added a configuration for myself...
|
commit | commitdiff | tree |
2000-01-27 |
Richard Levitte | Use the pod2man that comes with OpenSSL. Make it so...
|
commit | commitdiff | tree |
2000-01-27 |
Richard Levitte | Since pod2man is still evolving, and some sites (among...
|
commit | commitdiff | tree |
2000-01-27 |
Richard Levitte | Update all links so they will be rendered better.
|
commit | commitdiff | tree |
2000-01-27 |
Richard Levitte | Made link of reference
|
commit | commitdiff | tree |
2000-01-27 |
Richard Levitte | Update all links so they will be rendered better.
|
commit | commitdiff | tree |
2000-01-24 |
Richard Levitte | Man page section forgotten...
|
commit | commitdiff | tree |
2000-01-24 |
Richard Levitte | Add the PID to the output on Win32.
|
commit | commitdiff | tree |
2000-01-24 |
Richard Levitte | Let's make all the example formated the same, shall we?
|
commit | commitdiff | tree |
2000-01-24 |
Richard Levitte | Correct indentation
|
commit | commitdiff | tree |
2000-01-18 |
Richard Levitte | Compaq C 6.2 for VMS will complain when we want to...
|
commit | commitdiff | tree |
2000-01-18 |
Richard Levitte | Avoid converting void * to a function pointer when...
|
commit | commitdiff | tree |
2000-01-18 |
Richard Levitte | A test script to check on the header files
|
commit | commitdiff | tree |
2000-01-18 |
Richard Levitte | Build the test apps after all of the library has been...
|
commit | commitdiff | tree |
2000-01-17 |
Richard Levitte | SOCKETSHR is showing bad declarations again. However...
|
commit | commitdiff | tree |
2000-01-17 |
Richard Levitte | Build the crypto test applications as well.
|
commit | commitdiff | tree |
next |