2005-03-21 |
Richard Levitte | There are cases when there are no files left to verify...
|
commit | commitdiff | tree |
2005-03-14 |
Richard Levitte | Added HOWTO about proxy certificates.
|
commit | commitdiff | tree |
2005-01-27 |
Richard Levitte | The first argument to load_iv should really be a char...
|
commit | commitdiff | tree |
2005-01-27 |
Richard Levitte | Oops, == should really be = when used with test ([...
|
commit | commitdiff | tree |
2005-01-27 |
Richard Levitte | Check for errors from EVP_VerifyInit_ex(), or EVP_VerifyUpda...
|
commit | commitdiff | tree |
2005-01-27 |
Richard Levitte | Get rid if the annoying warning
|
commit | commitdiff | tree |
2005-01-26 |
Richard Levitte | The mix of CFLAGS and LDFLAGS is a bit confusing in...
|
commit | commitdiff | tree |
2005-01-19 |
Richard Levitte | Apparently, at least with my VMS C environment, defining...
|
commit | commitdiff | tree |
2005-01-18 |
Richard Levitte | Small thing. It seems like we have to defined _XOPEN_SOURCE...
|
commit | commitdiff | tree |
2005-01-17 |
Richard Levitte | Changes concering RFC 3820 (proxy certificates) integration:
|
commit | commitdiff | tree |
2005-01-12 |
Richard Levitte | Small typo, `mask' got the same value ORed to it twice...
|
commit | commitdiff | tree |
2005-01-12 |
Richard Levitte | Correct a faulty address assignment, and add a length...
|
commit | commitdiff | tree |
2004-12-28 |
Richard Levitte | iv needs to be const because it sometimes takes it...
|
commit | commitdiff | tree |
2004-12-28 |
Richard Levitte | Forgot to synchronise the VMS build scripts.
|
commit | commitdiff | tree |
2004-12-28 |
Richard Levitte | Add functionality needed to process proxy certificates.
|
commit | commitdiff | tree |
2004-12-13 |
Richard Levitte | make update (oops, missed this file)
|
commit | commitdiff | tree |
2004-12-13 |
Richard Levitte | Change libeay.num so it's synchronised with additions...
|
commit | commitdiff | tree |
2004-12-13 |
Richard Levitte | Propagate a few more variables to Makefile.shared when...
|
commit | commitdiff | tree |
2004-11-30 |
Richard Levitte | Split X509_check_ca() into a small self and an internal...
|
commit | commitdiff | tree |
2004-11-29 |
Richard Levitte | Document the change.
|
commit | commitdiff | tree |
2004-11-29 |
Richard Levitte | Make an explicit check during certificate validation...
|
commit | commitdiff | tree |
2004-11-11 |
Richard Levitte | Cut'n'paste mistake. All tested OK now...
|
commit | commitdiff | tree |
2004-11-11 |
Richard Levitte | Whoops, syntactic mistake...
|
commit | commitdiff | tree |
2004-11-11 |
Richard Levitte | Some find it confusing that environment variables are...
|
commit | commitdiff | tree |
2004-11-05 |
Richard Levitte | Make sure LD_PRELOAD is only set when we build shared...
|
commit | commitdiff | tree |
2004-11-02 |
Richard Levitte | Don't use $(EXHEADER) directly in for loops, as most...
|
commit | commitdiff | tree |
2004-11-02 |
Richard Levitte | Because -rpath/-R may have been used, our settings...
|
commit | commitdiff | tree |
2004-11-01 |
Richard Levitte | Make sure memmove() is defined, even on SunOS 4.1.4.
|
commit | commitdiff | tree |
2004-10-14 |
Richard Levitte | Because libraries on Windows lack useful version information...
|
commit | commitdiff | tree |
2004-09-28 |
Richard Levitte | usr/doc has recently changed to usr/share/doc on Cygwin.
|
commit | commitdiff | tree |
2004-09-27 |
Richard Levitte | Move the declaration of alloca() so it's ony declared...
|
commit | commitdiff | tree |
2004-09-23 |
Richard Levitte | Import changed files from LPlib. The changes are logged...
|
commit | commitdiff | tree |
2004-09-13 |
Richard Levitte | - There's no more need for the snprintf macro.
|
commit | commitdiff | tree |
2004-09-12 |
Richard Levitte | Synchronise with Unix build.
|
commit | commitdiff | tree |
2004-09-10 |
Richard Levitte | make update
|
commit | commitdiff | tree |
2004-09-08 |
Richard Levitte | Synchronise VMS build files with Unixly Makefiles.
|
commit | commitdiff | tree |
2004-09-08 |
Richard Levitte | Another symbol longer than 31 characters...
|
commit | commitdiff | tree |
2004-08-18 |
Richard Levitte | 'compatibility', not 'computability' :-)...
|
commit | commitdiff | tree |
2004-08-12 |
Richard Levitte | On systems that use case-insensitive symbol names ...
|
commit | commitdiff | tree |
2004-08-11 |
Richard Levitte | Basically, I wanted to be able to make a dump to a...
|
commit | commitdiff | tree |
2004-08-11 |
Richard Levitte | Stupid casts...
|
commit | commitdiff | tree |
2004-08-03 |
Richard Levitte | DJGPP has opendir() and friends, according to Gisle...
|
commit | commitdiff | tree |
2004-07-29 |
Richard Levitte | We build the crypto stuff, not the ssl stuff, in this...
|
commit | commitdiff | tree |
2004-07-27 |
Richard Levitte | The compiler may complain about what looks like a double...
|
commit | commitdiff | tree |
2004-07-22 |
Richard Levitte | From LPlib:
|
commit | commitdiff | tree |
2004-07-22 |
Richard Levitte | From LPlib:
|
commit | commitdiff | tree |
2004-07-21 |
Richard Levitte | From LPlib:
|
commit | commitdiff | tree |
2004-07-20 |
Richard Levitte | From LPlib:
|
commit | commitdiff | tree |
2004-07-19 |
Richard Levitte | Imported from LPlib, making sure the entry name (at...
|
commit | commitdiff | tree |
2004-07-19 |
Richard Levitte | Since version 7.0, The C RTL in VMS handles time in...
|
commit | commitdiff | tree |
2004-07-12 |
Richard Levitte | I think it could be a good thing to know what went...
|
commit | commitdiff | tree |
2004-07-12 |
Richard Levitte | make update
|
commit | commitdiff | tree |
2004-07-12 |
Richard Levitte | Because it's one of our libraries calling new functions...
|
commit | commitdiff | tree |
2004-07-11 |
Richard Levitte | Some test programs in crypto/sha were named differently...
|
commit | commitdiff | tree |
2004-07-11 |
Richard Levitte | 'SSL_add_dir_cert_subjects_to_stack' is longer than...
|
commit | commitdiff | tree |
2004-07-11 |
Richard Levitte | o_dir needs to be compiler with the warnings about...
|
commit | commitdiff | tree |
2004-07-11 |
Richard Levitte | In some cases, EVMSERR isn't visible (that's fairly...
|
commit | commitdiff | tree |
2004-07-10 |
Richard Levitte | make update
|
commit | commitdiff | tree |
2004-07-10 |
Richard Levitte | Use the new directory reading functions.
|
commit | commitdiff | tree |
2004-07-10 |
Richard Levitte | Copy a few files from LPlib (a new project of mine...
|
commit | commitdiff | tree |
2004-07-08 |
Richard Levitte | o_str.c: Windows doesn't have <strings.h>, and since...
|
commit | commitdiff | tree |
2004-07-01 |
Richard Levitte | Explain a little better what BN_num_bits() and BN_num_bits_w...
|
commit | commitdiff | tree |
2004-06-28 |
Richard Levitte | Changes for VOS, submitted by Paul Green <Paul.Green...
|
commit | commitdiff | tree |
2004-06-28 |
Richard Levitte | Make the tests of EVP operations without padding. ...
|
commit | commitdiff | tree |
2004-06-28 |
Richard Levitte | Make sure that the buffers are large enough to contain...
|
commit | commitdiff | tree |
2004-06-28 |
Richard Levitte | NetWare fixes provided by Verdon Walker for OpenSSL...
|
commit | commitdiff | tree |
2004-06-28 |
Richard Levitte | Linux on ARM needs -ldl
|
commit | commitdiff | tree |
2004-06-15 |
Richard Levitte | Making some values explicitely unsigned was derived...
|
commit | commitdiff | tree |
2004-06-15 |
Richard Levitte | Typo, setting the first element of nids[] to NULL instead...
|
commit | commitdiff | tree |
2004-05-31 |
Richard Levitte | make update
|
commit | commitdiff | tree |
2004-05-30 |
Richard Levitte | SHA224_Update() and SHA224_Final() aren't implemented...
|
commit | commitdiff | tree |
2004-05-27 |
Richard Levitte | Since num is now a size_t, it's not necssary to check...
|
commit | commitdiff | tree |
2004-05-26 |
Richard Levitte | Synchronise VMS with the Unixly Malefiles.
|
commit | commitdiff | tree |
2004-05-25 |
Richard Levitte | make update
|
commit | commitdiff | tree |
2004-05-20 |
Richard Levitte | Move some COMP functions to be inside the #ifndef OPENSSL_NO...
|
commit | commitdiff | tree |
2004-05-19 |
Richard Levitte | X509_policy_lib_init is declared but not defined, so...
|
commit | commitdiff | tree |
2004-05-14 |
Richard Levitte | Reimplement old functions, so older software that link...
|
commit | commitdiff | tree |
2004-05-13 |
Richard Levitte | Synchronise o_str.c between 0.9.8-dev and 0.9.7-stable.
|
commit | commitdiff | tree |
2004-05-13 |
Richard Levitte | make update
|
commit | commitdiff | tree |
2004-05-13 |
Richard Levitte | Let's make life easier and have the VMS version of...
|
commit | commitdiff | tree |
2004-05-06 |
Richard Levitte | Remove the creation of $(INSTALL_PREFIX)$(OPENSSLDIR...
|
commit | commitdiff | tree |
2004-05-06 |
Richard Levitte | When the pointer 'from' changes, it's stored length...
|
commit | commitdiff | tree |
2004-04-20 |
Richard Levitte | Whooaaaaa, the BN_CTX_DEBUG macro really produces output...
|
commit | commitdiff | tree |
2004-04-20 |
Richard Levitte | Print the debug thingies on stderr instead of stdout...
|
commit | commitdiff | tree |
2004-03-29 |
Richard Levitte | Add symbol hacks for some long names.
|
commit | commitdiff | tree |
2004-03-25 |
Richard Levitte | SSL_COMP_get_compression_method is a typo (a missing...
|
commit | commitdiff | tree |
2004-03-25 |
Richard Levitte | Move the definition of Win32_rename(), since the macro...
|
commit | commitdiff | tree |
2004-03-25 |
Richard Levitte | Wrap code starting with a definition.
|
commit | commitdiff | tree |
2004-03-25 |
Richard Levitte | Change spaces to symbols in names.
|
commit | commitdiff | tree |
2004-03-25 |
Richard Levitte | Make prototypes for some callback pointers.
|
commit | commitdiff | tree |
2004-03-25 |
Richard Levitte | A couple more cases where RAND_add() gets an integer...
|
commit | commitdiff | tree |
2004-03-25 |
Richard Levitte | RAND_add() wants a double as it's last argument.
|
commit | commitdiff | tree |
2004-03-24 |
Richard Levitte | Don't define fd for platforms that do not use it, as...
|
commit | commitdiff | tree |
2004-03-24 |
Richard Levitte | Correct constness problems.
|
commit | commitdiff | tree |
2004-03-24 |
Richard Levitte | Make it easier to buld test applications...
|
commit | commitdiff | tree |
2004-03-24 |
Richard Levitte | Only build the PKCS#7 test applications if "pkcs7"...
|
commit | commitdiff | tree |
2004-03-24 |
Richard Levitte | Add store.h among the exported headers on VMS.
|
commit | commitdiff | tree |
2004-03-24 |
Richard Levitte | o_str.h isn't a public header file, so make sure it...
|
commit | commitdiff | tree |
2004-03-24 |
Richard Levitte | o_str.h isn't a public header file.
|
commit | commitdiff | tree |
2004-03-24 |
Richard Levitte | Typo...
|
commit | commitdiff | tree |
next |