2000-11-30 |
Richard Levitte | New format for the FAQ. We now have different sections... |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Bodo Möller | Corrections to the comments in BN_mod_inverse. |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Richard Levitte | The compression method may be undefined for some reason... |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Richard Levitte | Simplify and provide the possibility to clean a compres... |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Richard Levitte | comp_methods in a SSL_CTX points at an internal databas... |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Richard Levitte | Turn off memory checking when loading new compression... |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Richard Levitte | COMP_METHOD has a new argument since some time back... |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Richard Levitte | Make it possible to test SSL compression |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Richard Levitte | Change c_zlib further to allow loading a shared zlib... |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Bodo Möller | BN_mod_exp problems ... |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Richard Levitte | Changes to c_zlib.c to make ZLIB.DLL dynamically loadab... |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Bodo Möller | Move reduction step from BN_mod_exp to BN_mod_exp_mont_... |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Geoff Thorpe | * Fix a slight bug in the state-machine. This caused... |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Bodo Möller | bn_modfs.c is no longer needed, a BN_sqrt implementation |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Bodo Möller | Fix bntest.c problem -- one of the primes got lost |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Bodo Möller | Handle special cases correctly in exponentation functions. |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Bodo Möller | BN_mod_sqrt |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Bodo Möller | BN_sqrt |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Ulf Möller | Add a warning about the usage of the montgomery functio... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Geoff Thorpe | Amend the original CHANGES log entry. The ex_data handl... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Bodo Möller | BN_legendre is no longer needed now that OpenSSL has... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Geoff Thorpe | Do to DH and DSA what has already been done to RSA... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Bodo Möller | mark a bug |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Bodo Möller | Fix BN_kronecker so that it works correctly if 'a'... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Geoff Thorpe | More little changes to the tunala demo; |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Bodo Möller | BN_to_montgomery expects its inputs to be in the interv... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Lutz Jänicke | Log security relevant change. |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Ulf Möller | fix for Borland C |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Bodo Möller | add missing braces |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Lutz Jänicke | Store verify_result with sessions to avoid potential... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Bodo Möller | Fix warnings in expspeed.c (but the segmentation fault... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Bodo Möller | BN_bin2bn did *not* contain an off-by-one error; |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Bodo Möller | Expand expspeed.c to make BN_kronecker timings. |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Bodo Möller | Implement BN_kronecker test. |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Bodo Möller | avoid segmentation fault |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Bodo Möller | Make BN_mod_inverse a little faster |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Bodo Möller | Improve BN_mod_inverse performance. |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Richard Levitte | Copy and paste error... bn_add_part_words() should... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Geoff Thorpe | Make s_client/s_server-style cert verification output... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Ulf Möller | use standard C |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Geoff Thorpe | Minor tweaks and improvements to the tunala demo. |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Geoff Thorpe | A typo and a couple of logic errors fixed. I think... |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Bodo Möller | Use BN_pseudo_rand instead of BN_rand |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Bodo Möller | Timings. |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Bodo Möller | Note that SSL_peek has been disabled. |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Richard Levitte | Addapt to added files in the BIGNUM section |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Bodo Möller | Correct a bug in BN_kronecker. |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Bodo Möller | Comments on SSL_peek deficiencies |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Bodo Möller | Disable SSL_peek until it is fixed. |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Bodo Möller | Add test_kron function, which will contain a test for... |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Bodo Möller | Add bn_kron.c (BN_kronecker), which I forgot in the... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Bodo Möller | Undo previous commit, which was an accident. |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Bodo Möller | Fix BN_is_... macros. |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Bodo Möller | Change submitted files so that they compile (in particular, |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Bodo Möller | Change submitted files so that they compile (in particular, |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Geoff Thorpe | It was a small change, but it *could* conceivably affec... |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Geoff Thorpe | Ensure that the "ex_data" member of an RSA structure... |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Bodo Möller | More BN_mod_... functions. |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Bodo Möller | Add bn_mod.c (should have happend in the previous commi... |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Bodo Möller | modular arithmetics |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Bodo Möller | Remove CR at line ends. |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Bodo Möller | Elliptic curves over GF(p), new BIGNUM functions, Montg... |
commit | commitdiff | tree | snapshot |
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 |
next |