2002-12-05 |
Richard Levitte | Declare another general file. |
commit | commitdiff | tree | snapshot |
2002-12-05 |
Richard Levitte | Allow users to modify /MD to /MT. |
commit | commitdiff | tree | snapshot |
2002-12-05 |
Richard Levitte | Make sure using SSL_CERT_FILE actually works, and has... |
commit | commitdiff | tree | snapshot |
2002-12-05 |
Richard Levitte | If an application supports static locks, it MUST suppor... |
commit | commitdiff | tree | snapshot |
2002-12-05 |
Richard Levitte | PR: 381 |
commit | commitdiff | tree | snapshot |
2002-12-05 |
Richard Levitte | Only check for a result buffer if the allocated string... |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Richard Levitte | Do not implement RC4 stuff if RC4 is disabled. Concequ... |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Richard Levitte | gethostname() is more a BSD feature than an XOPEN one. |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Richard Levitte | Correct a few typos that I introduced after applying... |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Bodo Möller | In ECPKParameters_print, output the private key length... |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Bodo Möller | Don't compute timings here, we can do this elsewhere. |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Lutz Jänicke | Missing ")" |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Richard Levitte | DJGPP patches. |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Richard Levitte | Add support for x86_64. |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Richard Levitte | A gcc 3.0 bug is triggered by our code. Add a section... |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Dr. Stephen... | Make ASN1_TYPE_get() work for V_ASN1_NULL type. |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Dr. Stephen... | Typo in X509v3_get_ext_by_critical |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Dr. Stephen... | In asn1_d2i_read_bio, don't assume BIO_read will |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Richard Levitte | EXIT() may mean return(). That's confusing, so let... |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Richard Levitte | Make CRYPTO_cleanse() independent of endianness. |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Richard Levitte | Windows CE updates, contributed by Steven Reddie <smr... |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Richard Levitte | define USE_SOCKETS so sys/param.h gets included (and... |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Richard Levitte | I think I got it now. Apparently, the case of having... |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Richard Levitte | Make some names consistent. |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Richard Levitte | Through some experimentation and thinking, I think... |
commit | commitdiff | tree | snapshot |
2002-12-01 |
Richard Levitte | Small bugfix: even when r == d, we need to adjust r... |
commit | commitdiff | tree | snapshot |
2002-12-01 |
Richard Levitte | EXIT() needs to be in a function that returns int. |
commit | commitdiff | tree | snapshot |
2002-12-01 |
Richard Levitte | Redo the VAX assembler version of bn_div_words(). |
commit | commitdiff | tree | snapshot |
2002-11-29 |
Richard Levitte | Remove incorrect assert. |
commit | commitdiff | tree | snapshot |
2002-11-29 |
Richard Levitte | Make it so all names mentioned in the NAME section... |
commit | commitdiff | tree | snapshot |
2002-11-29 |
Richard Levitte | Correct some names. |
commit | commitdiff | tree | snapshot |
2002-11-29 |
Richard Levitte | A few more memset()s converted to OPENSSL_cleanse(). |
commit | commitdiff | tree | snapshot |
2002-11-28 |
Richard Levitte | Have all tests use EXIT() to exit rather than exit... |
commit | commitdiff | tree | snapshot |
2002-11-28 |
Richard Levitte | Make sure EXIT() can always be used as one statement. |
commit | commitdiff | tree | snapshot |
2002-11-28 |
Richard Levitte | Cleanse memory using the new OPENSSL_cleanse() function. |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Richard Levitte | Unused variable removed. |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Richard Levitte | Extra ; removed. |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Richard Levitte | Add OPENSSL_cleanse() to help cleanse memory and avoid... |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Richard Levitte | I forgot that @ in strings must be escaped in Perl |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Richard Levitte | The logic in the main signing and verifying functions... |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Richard Levitte | Heimdal isn't really supported right now. Say so,... |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Richard Levitte | Small bugfixes to the KSSL implementation. |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Richard Levitte | Heimdal isn't really supported right now. Say so,... |
commit | commitdiff | tree | snapshot |
2002-11-23 |
Bodo Möller | rename some functions to improve consistency |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Bodo Möller | add a comment |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Richard Levitte | Disable this module if OPENSSL_NO_SOCK is defined. |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Richard Levitte | Typo. OPENSSL_NO_ECDH, not NO_OPENSSL_ECDH |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Richard Levitte | Mention a current showstopper |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Bodo Möller | avoid uninitialized memory read |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Bodo Möller | Make ec_GFp_simple_point_get_affine_coordinates() faster |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Lutz Jänicke | Fix bug introduced by the attempt to fix client side... |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Bodo Möller | allocate bio_err before memory debugging is enabled... |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Richard Levitte | It works on my laptop :-). |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Richard Levitte | make update |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Richard Levitte | Fix an unsigned/signed mismatch. |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Richard Levitte | Update STATUS |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Richard Levitte | Add news items for 0.9.6h and expand on the 0.9.7 news... |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Richard Levitte | Document the addition of certificate pairs. |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Richard Levitte | Add the ASN.1 structures and functions for CertificateP... |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Richard Levitte | Determine HZ exactly as in apps/speed.c. |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Richard Levitte | Make sure sysconf exists (it doesn't in the VMS C RTL... |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Bodo Möller | remove redundant functions |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Bodo Möller | use consistent order of function definitions |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Bodo Möller | fix memory leak in memory debuggin code ... |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Bodo Möller | allocate bio_err before memory debugging is enabled... |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Richard Levitte | A variable of type time_t is supposed to be a time... |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Lutz Jänicke | Better workaround to the "=head1 NAME OPTIONS" pod2late... |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Richard Levitte | Make it possible to build for more than one CPU. |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Richard Levitte | Ignore openssl.pc. This way, there's no risk that... |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Richard Levitte | Adding openssl.pc to the repository was a mistake, |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Richard Levitte | Add the file openssl.pc that I forgot a while ago. |
commit | commitdiff | tree | snapshot |
2002-11-16 |
Richard Levitte | I forgot this is compiled in test/, not crypto/ec/... |
commit | commitdiff | tree | snapshot |
2002-11-16 |
Richard Levitte | We don't want TARGETCPU expanded here. |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Richard Levitte | Mention ActiveState Perl much earlier in INSTALL.WCE. |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Richard Levitte | WinCE patches |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Lutz Jänicke | Fix buggy #! magic and update ssleay->openssl |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Richard Levitte | Add the INHIBIT_SYMLINKS flag variable to help Cygwin. |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Richard Levitte | Changes to make shared library building and use work... |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Richard Levitte | Document the change to remove the 'done' flag variable... |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Bodo Möller | this method does not need field_data1 |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Richard Levitte | make update |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Richard Levitte | A few more Microsoft OIDs added |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Lutz Jänicke | The pointer to the cipher object is not yet set, when... |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Richard Levitte | The architecture name is i486, not just 486 |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Richard Levitte | -Wid-clash-n isn't support in gcc 3, and I get better... |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Richard Levitte | I know ANSI C doesn't like 'long long', and I don't... |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Richard Levitte | Spell prototypes correctly :-). |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Richard Levitte | Add -Wstrict-prototype and -Wmissing-prototype to my... |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Richard Levitte | We need to read one more byte of the REQUEST-CERTIFICAT... |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Dr. Stephen... | Add SETWRAP modifier to ASN1 generate. |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Richard Levitte | make update |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Richard Levitte | Close the implicitely opened registry key. |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Lutz Jänicke | Use =back to finish =over (found using pod2latex). |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Lutz Jänicke | No such reference to link to (found running pod2latex). |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Dr. Stephen... | Fix documentation of i2d_X509_fp and i2d_X509_bio. |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Richard Levitte | Add Tandem OSS target. |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Richard Levitte | Remove warnings. |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Richard Levitte | DCL logic bugs fixed. |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Richard Levitte | It seems like gcc 2.9aix5.1 doesn't do will with optimi... |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Richard Levitte | Add a FAQ on how to check the authenticity of the openS... |
commit | commitdiff | tree | snapshot |
next |