2005-05-03 |
Nils Larsch | remove BN_ncopy, it was only used in bn_nist.c and... |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Nils Larsch | rewrite of bn_nist.c, disable support for some curves... |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Nils Larsch | fix typo |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Andy Polyakov | Rename amd64 modules to x86_64 and update RC4 implement... |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Andy Polyakov | x86_64 assembler translator update. |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Nils Larsch | backport fix from the stable branch |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Ben Laurie | Redundant changes. |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Ben Laurie | Add prototype. |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Dr. Stephen... | Support for smime-type MIME parameter. |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Andy Polyakov | Remove false positives and resolve some of remaining... |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Andy Polyakov | Cygwin/mingw sync with stable. |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Andy Polyakov | Allow for ./config no-sha0 [from stable]. |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Andy Polyakov | Fold rules in test/Makefiles [from stable]. |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Dr. Stephen... | Typo. |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Dr. Stephen... | Don't attempt to parse nested ASN1 strings by default. |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Richard Levitte | Some true positives fixed, toss some false positives. |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Richard Levitte | From branch OpenSSL_0_9_7-stable, 2004-09-11 11:45: |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Richard Levitte | From branch OpenSSL_0_9_7-stable, 2004-08-11 22:34: |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Richard Levitte | All kinds of changes from branch OpenSSL_0_9_7-stable |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Richard Levitte | This one deserves a note. In the change to CHANGES... |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Richard Levitte | Remove a bunch of false positives, and fix some true... |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Richard Levitte | From branch OpenSSL_0_9_7-stable, 2002-11-13 15:30: |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Richard Levitte | Remove a bunch of false positives, fix one true positive. |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Richard Levitte | From branch OpenSSL_0_9_7-stable, revision 1.1.4.1... |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Dr. Stephen... | Use more efficient way to locate end of an ASN1 structure. |
commit | commitdiff | tree | snapshot |
2005-04-29 |
Nils Larsch | don't let BN_CTX_free(NULL) segfault |
commit | commitdiff | tree | snapshot |
2005-04-29 |
Nils Larsch | remove false positive |
commit | commitdiff | tree | snapshot |
2005-04-29 |
Nils Larsch | check return value of RAND_pseudo_bytes; backport from... |
commit | commitdiff | tree | snapshot |
2005-04-29 |
Nils Larsch | remove some false positive |
commit | commitdiff | tree | snapshot |
2005-04-29 |
Nils Larsch | hide the definition of ECDSA_METHOD and ECDSA_DATA... |
commit | commitdiff | tree | snapshot |
2005-04-29 |
Nils Larsch | add 192 bit prime curve to the command line options |
commit | commitdiff | tree | snapshot |
2005-04-29 |
Nils Larsch | add reference to BN_BLINDING_new.pod |
commit | commitdiff | tree | snapshot |
2005-04-29 |
Nils Larsch | avoid warnings when building on systems where sizeof... |
commit | commitdiff | tree | snapshot |
2005-04-28 |
Andy Polyakov | Pointer to BN_MONT_CTX could be used uninitialized. |
commit | commitdiff | tree | snapshot |
2005-04-28 |
Richard Levitte | Synchronise with Unix build system. |
commit | commitdiff | tree | snapshot |
2005-04-28 |
Dr. Stephen... | Increase offset for BIO_f_enc() to avoid problems with... |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Dr. Stephen... | Update default dependency flags. |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Dr. Stephen... | Lots of Win32 fixes for DTLS. |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Nils Larsch | get rid of Makefile.ssl in util/ |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Nils Larsch | no Makefile.ssl anymore |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Nils Larsch | add missing parentheses |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Dr. Stephen... | Change method_mont_p from (char *) to (BN_MONT_CTX... |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Dr. Stephen... | Port BN_MONT_CTX_set_locked() from stable branch. |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Dr. Stephen... | Stop unused variable warning. |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Dr. Stephen... | Remove more false positives. |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Bodo Möller | there's no such thing as Makefile.ssl anymore |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Bodo Möller | util/mk1mf.pl issues have been resolved |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Dr. Stephen... | Port from stable branch. |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Dr. Stephen... | More false positives and cases covered by port of prime.c |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Bodo Möller | "PS" to Steve's commit (Port prime utility across from... |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Dr. Stephen... | Port prime utility across from stable branch. |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Nils Larsch | add docu for BN_BLINDING functions |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Nils Larsch | some updates for the blinding code; summary: |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Dr. Stephen... | Remove more false positives. |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Dr. Stephen... | Port from stable branch. |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Dr. Stephen... | Remove more false positives. |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Bodo Möller | Fix various incorrect error function codes. |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Bodo Möller | take OPENSSL_NO_DGRAM into account |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Bodo Möller | let mkdef.pl know about OPENSSL_NO_DGRAM |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Bodo Möller | remove some functions from exported headers |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Bodo Möller | make update |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Bodo Möller | fix SSLerr stuff for DTLS1 code; |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Dr. Stephen... | Fixes for signed/unsigned warnings and shadows. |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Dr. Stephen... | False positive removed. |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Ben Laurie | Add DTLS support. |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Ben Laurie | make depend. |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Nils Larsch | remove false positive |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Bodo Möller | some more false positives to remove |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Bodo Möller | make update |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Bodo Möller | move some more entries into FIPS file |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Bodo Möller | Use OPENSSL_NO_CAST, not OPENSSL_NO_CAST5 in e_old.c |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Bodo Möller | Remove some more entries that are false positives,... |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Bodo Möller | Sort out changes in FIPS and other changes, collected... |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Bodo Möller | remove some more false positives |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Bodo Möller | remove some more false positives |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Bodo Möller | remove some more changes that came from HEAD |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Bodo Möller | fix editing error, and remove a false positive |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Bodo Möller | update |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Bodo Möller | remove extra whitespace; fix link |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Bodo Möller | remove some false positives |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Bodo Möller | add recent changes; now this file is up-to-date |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Bodo Möller | bring up-to-date |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Bodo Möller | first step to melt down ChangeLog.0_9_7-stable_not... |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Bodo Möller | This is a collection of those CVS change log entries... |
commit | commitdiff | tree | snapshot |
2005-04-24 |
Andy Polyakov | Avoid L1 cache aliasing even between key and S-boxes. |
commit | commitdiff | tree | snapshot |
2005-04-24 |
Ben Laurie | Flag changes in Configure and config, too. |
commit | commitdiff | tree | snapshot |
2005-04-24 |
Nils Larsch | update |
commit | commitdiff | tree | snapshot |
2005-04-24 |
Dr. Stephen... | Oops... |
commit | commitdiff | tree | snapshot |
2005-04-24 |
Dr. Stephen... | Recognize zlib and krb5 options in mk1mf.pl |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Nils Larsch | make asn.1 field names const |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Nils Larsch | change prototype of the ecdh KDF: make input parameter... |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Ben Laurie | Add debug target, remove cast, note possible bug. |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Ben Laurie | Add prototypes. |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Nils Larsch | more const |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Nils Larsch | make update |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Nils Larsch | - use BN_set_negative and BN_is_negative instead of... |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Andy Polyakov | Avoid aliasing between stack frames and S-boxes. Compre... |
commit | commitdiff | tree | snapshot |
2005-04-21 |
Nils Larsch | the pointer to the message digest is const |
commit | commitdiff | tree | snapshot |
2005-04-21 |
Richard Levitte | Provide a default OPENSSL_ia32cap_loc for non-Intel... |
commit | commitdiff | tree | snapshot |
2005-04-21 |
Dr. Stephen... | Don't use standard kerberos library locations in MK1MF... |
commit | commitdiff | tree | snapshot |
next |