2000-11-22 |
Richard Levitte | Correct a number of syntax errors. |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Richard Levitte | Addapt the VMS scripts to the changes in the Makefiles. |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Ulf Möller | Remove RSAREF (not used). |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Richard Levitte | Addapt the VMS scripts to the changes in the Makefiles. |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Richard Levitte | Reimplement bn_div_words, bn_add_words and bn_sub_words... |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Richard Levitte | Avoid getting warnings about unary - being used on... |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Ben Laurie | Oops! Read a full buffer instead of some spurious numbe... |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Richard Levitte | 'echo on' works better all over than 'echo=on'. We... |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Ben Laurie | Better handling of EVP names, add EVP to speed. |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Richard Levitte | Make sure bs is assigned NULL when it's free'd, or... |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Richard Levitte | I wonder if I do too much... |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Richard Levitte | Add news items early. Please fill in with what I have... |
commit | commitdiff | tree | snapshot |
2000-11-18 |
Richard Levitte | Remove two bn_wexpand() from BN_mul(), which is a step... |
commit | commitdiff | tree | snapshot |
2000-11-18 |
Richard Levitte | Remove a declaration for a function that does not exist. |
commit | commitdiff | tree | snapshot |
2000-11-18 |
Richard Levitte | Make the definition of bn_add_words() match the definition. |
commit | commitdiff | tree | snapshot |
2000-11-18 |
Richard Levitte | I might want to debug the assembler modules... |
commit | commitdiff | tree | snapshot |
2000-11-17 |
Bodo Möller | Increase permissible ClientKeyExchange message length. |
commit | commitdiff | tree | snapshot |
2000-11-17 |
Bodo Möller | include 'err' label only when it is actually used |
commit | commitdiff | tree | snapshot |
2000-11-17 |
Richard Levitte | Make sure BN_DIV2W is not defining when defining it... |
commit | commitdiff | tree | snapshot |
2000-11-17 |
Bodo Möller | tag SSL_peek bugs |
commit | commitdiff | tree | snapshot |
2000-11-17 |
Bodo Möller | Documentation on using the SSL library with non-blockin... |
commit | commitdiff | tree | snapshot |
2000-11-17 |
Bodo Möller | Improve usability of 'openssl passwd' by including |
commit | commitdiff | tree | snapshot |
2000-11-17 |
Bodo Möller | Constify bn_dump1 implementation so that it matches... |
commit | commitdiff | tree | snapshot |
2000-11-16 |
Richard Levitte | More constification of the BN library. |
commit | commitdiff | tree | snapshot |
2000-11-16 |
Richard Levitte | Make sure to print the BN counting (BN_COUNT) to stderr... |
commit | commitdiff | tree | snapshot |
2000-11-16 |
Richard Levitte | Oops, when I clean, I should do it thoroughly. |
commit | commitdiff | tree | snapshot |
2000-11-16 |
Richard Levitte | I've checked again and again. There really is no need... |
commit | commitdiff | tree | snapshot |
2000-11-16 |
Richard Levitte | /proc/cpuinfo can have several lines containing the... |
commit | commitdiff | tree | snapshot |
2000-11-16 |
Geoff Thorpe | I have no idea how this comment got there, but it's... |
commit | commitdiff | tree | snapshot |
2000-11-16 |
Geoff Thorpe | Many applications that use OpenSSL with ENGINE support... |
commit | commitdiff | tree | snapshot |
2000-11-15 |
Lutz Jänicke | Fill in missing information about the string returned... |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Ulf Möller | ignore |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Richard Levitte | Modify () to (void), since that's what is actually... |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Richard Levitte | Two OCSP functions that aren't yet implemented. |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Richard Levitte | make update |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Richard Levitte | Get the Rijndael function declarations. |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Richard Levitte | Detect and mark functions that no longer exist. |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Lutz Jänicke | Some platforms (namely HP-UX) require the 'x' bit set... |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Richard Levitte | Typo, was "time" instead of "tim". |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Richard Levitte | Add Rijndael as things to look through. |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Lutz Jänicke | HP-UX shared libraries do not build any longer, as... |
commit | commitdiff | tree | snapshot |
2000-11-12 |
Ulf Möller | in some new file names the first 8 characters were... |
commit | commitdiff | tree | snapshot |
2000-11-12 |
Richard Levitte | For a long time, I've wanted to be able to easily run... |
commit | commitdiff | tree | snapshot |
2000-11-12 |
Bodo Möller | Additional explanations for SSL_ERROR_WANT_READ/WRITE. |
commit | commitdiff | tree | snapshot |
2000-11-12 |
Richard Levitte | Enhance granularity on what I want to debug for the... |
commit | commitdiff | tree | snapshot |
2000-11-12 |
Richard Levitte | Update my own debugging configuration entry |
commit | commitdiff | tree | snapshot |
2000-11-12 |
Ben Laurie | Make Rijndael work! Those long flights have some good... |
commit | commitdiff | tree | snapshot |
2000-11-12 |
Ben Laurie | Make this stuff compile. |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Bodo Möller | Point to SSL_set_bio(3) early because that manpage... |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Bodo Möller | add missing word |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Bodo Möller | tmp2 is not used in BN_mod_mul_montgomery. |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Richard Levitte | Really stupid glitch (a comment not properly ended... |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Richard Levitte | Remove references to RSAref. The glue library is but... |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Bodo Möller | BN_CTX-related fixes. |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Richard Levitte | Constification of LHASH. Contributed by "Paul D. Smith... |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Richard Levitte | Document that the Nuron hardware has been added and... |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Richard Levitte | Constify DH-related code. |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Richard Levitte | Constify DSA-related code. |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Richard Levitte | Make sure ERR_get_error() is declared. |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Richard Levitte | A few more constifications of some RSA routines that... |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Richard Levitte | Lutz tells me HP cc uses the same syntax for flags... |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Richard Levitte | When ENGINE_by_id() couldn't find the given engine... |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Richard Levitte | shl_load() also needs to load along a path given through an |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Bodo Möller | Handle BN_copy failure after successful BN_new. |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Bodo Möller | handle the case when BN_new returns NULL |
commit | commitdiff | tree | snapshot |
2000-11-06 |
Richard Levitte | Document recent constifications. |
commit | commitdiff | tree | snapshot |
2000-11-06 |
Richard Levitte | Constification of CRYPTO_get_ex_data() needed for the... |
commit | commitdiff | tree | snapshot |
2000-11-06 |
Richard Levitte | The consequence of constification is that to pass the... |
commit | commitdiff | tree | snapshot |
2000-11-06 |
Richard Levitte | Constify the RSAref glue code. |
commit | commitdiff | tree | snapshot |
2000-11-06 |
Richard Levitte | Constify the RSA parts of the ASN.1 library. Note... |
commit | commitdiff | tree | snapshot |
2000-11-06 |
Richard Levitte | Constify the RSA library. |
commit | commitdiff | tree | snapshot |
2000-11-06 |
Richard Levitte | Constify the RSA library. |
commit | commitdiff | tree | snapshot |
2000-11-06 |
Richard Levitte | As a consequence of the BIGNUM constification, the... |
commit | commitdiff | tree | snapshot |
2000-11-06 |
Richard Levitte | Make all engines available in the openssl application. |
commit | commitdiff | tree | snapshot |
2000-11-06 |
Ulf Möller | looks like a cut&paste error |
commit | commitdiff | tree | snapshot |
2000-11-06 |
Richard Levitte | Constify the BIGNUM routines a bit more. The only... |
commit | commitdiff | tree | snapshot |
2000-11-06 |
Richard Levitte | mode used too early in EVP_PKEY_save_parameters. |
commit | commitdiff | tree | snapshot |
2000-11-06 |
Richard Levitte | Make sure that shared libraries get the internal name... |
commit | commitdiff | tree | snapshot |
2000-11-04 |
Ulf Möller | Set the CryptoAPI randomness estimate back to 0. |
commit | commitdiff | tree | snapshot |
2000-11-03 |
Ulf Möller | increase the value a bit |
commit | commitdiff | tree | snapshot |
2000-11-03 |
Geoff Thorpe | Richard moved hw_nuron.c over to DSO-land recently... |
commit | commitdiff | tree | snapshot |
2000-11-03 |
Ulf Möller | Minor corrections (HPUX). |
commit | commitdiff | tree | snapshot |
2000-11-03 |
Bodo Möller | avoid memory leak |
commit | commitdiff | tree | snapshot |
2000-11-03 |
Richard Levitte | Instead of just STACK, use STACK_OF(ASN1_OBJECT). |
commit | commitdiff | tree | snapshot |
2000-11-02 |
Richard Levitte | Update the standards list to the current status |
commit | commitdiff | tree | snapshot |
2000-11-02 |
Richard Levitte | Change the engine library so the application writer... |
commit | commitdiff | tree | snapshot |
2000-11-02 |
Richard Levitte | 'openssl engine' can now list engine capabilities.... |
commit | commitdiff | tree | snapshot |
2000-11-02 |
Richard Levitte | Better error reporting in 'openssl engine' |
commit | commitdiff | tree | snapshot |
2000-11-02 |
Richard Levitte | make update |
commit | commitdiff | tree | snapshot |
2000-11-02 |
Bodo Möller | Never call load_dh_param(NULL) because this leads to... |
commit | commitdiff | tree | snapshot |
2000-11-01 |
Richard Levitte | -t is supported, so display some help about it. |
commit | commitdiff | tree | snapshot |
2000-11-01 |
Geoff Thorpe | oops, remove comments that are no longer true. |
commit | commitdiff | tree | snapshot |
2000-11-01 |
Geoff Thorpe | Explanation, tips, etc. |
commit | commitdiff | tree | snapshot |
2000-11-01 |
Geoff Thorpe | This is a demo that performs SSL tunneling (client... |
commit | commitdiff | tree | snapshot |
2000-11-01 |
Richard Levitte | Add application to enumerate, list and test engines... |
commit | commitdiff | tree | snapshot |
2000-11-01 |
Richard Levitte | Add support for shared libraries under Irix. |
commit | commitdiff | tree | snapshot |
2000-10-31 |
Richard Levitte | Rename true64 to the correct tru64. |
commit | commitdiff | tree | snapshot |
2000-10-31 |
Richard Levitte | Improvements to openssl.spec. |
commit | commitdiff | tree | snapshot |
2000-10-31 |
Richard Levitte | Add configuration option to build on Linux on both... |
commit | commitdiff | tree | snapshot |
2000-10-31 |
Richard Levitte | Make flag variables int instead of char. This avoids... |
commit | commitdiff | tree | snapshot |
next |