Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unused variable removed. | Richard Levitte | 2002-11-27 | 1 | -1/+1 |
| | |||||
* | Extra ; removed. | Richard Levitte | 2002-11-27 | 1 | -1/+1 |
| | |||||
* | Add OPENSSL_cleanse() to help cleanse memory and avoid certain compiler | Richard Levitte | 2002-11-27 | 7 | -190/+294 |
| | | | | | and linker optimizations. PR: 343 | ||||
* | I forgot that @ in strings must be escaped in Perl | Richard Levitte | 2002-11-26 | 1 | -1/+1 |
| | |||||
* | The logic in the main signing and verifying functions to check lengths was | Richard Levitte | 2002-11-26 | 4 | -3/+5 |
| | | | | | | incorrect. Fortunately, there is a second check that's correct, when adding the pads. PR: 355 | ||||
* | Heimdal isn't really supported right now. Say so, and offer a possibility | Richard Levitte | 2002-11-26 | 1 | -0/+5 |
| | | | | | to force the use of Heimdal, and warn if that's used. PR: 346 | ||||
* | Small bugfixes to the KSSL implementation. | Richard Levitte | 2002-11-26 | 3 | -4/+3 |
| | | | | PR: 349 | ||||
* | Heimdal isn't really supported right now. Say so, and offer a possibility | Richard Levitte | 2002-11-26 | 1 | -0/+11 |
| | | | | | to force the use of Heimdal, and warn if that's used. PR: 346 | ||||
* | rename some functions to improve consistency | Bodo Möller | 2002-11-23 | 3 | -20/+19 |
| | | | | Submitted by: Sheueling Chang | ||||
* | add a comment | Bodo Möller | 2002-11-22 | 1 | -0/+14 |
| | |||||
* | Disable this module if OPENSSL_NO_SOCK is defined. | Richard Levitte | 2002-11-22 | 1 | -1/+9 |
| | |||||
* | Typo. OPENSSL_NO_ECDH, not NO_OPENSSL_ECDH | Richard Levitte | 2002-11-22 | 1 | -1/+1 |
| | |||||
* | Mention a current showstopper | Richard Levitte | 2002-11-21 | 1 | -1/+13 |
| | |||||
* | avoid uninitialized memory read | Bodo Möller | 2002-11-20 | 1 | -2/+5 |
| | | | | Submitted by: Nils Larsch | ||||
* | Make ec_GFp_simple_point_get_affine_coordinates() faster | Bodo Möller | 2002-11-20 | 1 | -25/+26 |
| | | | | | | for Montgomery representations. Submitted by: Sheueling Chang, Bodo Moeller | ||||
* | Fix bug introduced by the attempt to fix client side external session | Lutz Jänicke | 2002-11-20 | 2 | -0/+12 |
| | | | | | | | | caching (#288): now internal caching failed (#351): Make sure, that cipher_id is set before comparing. Submitted by: Reviewed by: PR: 288 (and 351) | ||||
* | allocate bio_err before memory debugging is enabled to avoid memory leaks | Bodo Möller | 2002-11-19 | 1 | -2/+3 |
| | | | | | | (we can't release it before the CRYPTO_mem_leaks() call!) Submitted by: Nils Larsch | ||||
* | It works on my laptop :-). | Richard Levitte | 2002-11-19 | 1 | -1/+2 |
| | |||||
* | make update | Richard Levitte | 2002-11-19 | 3 | -1/+36 |
| | |||||
* | Fix an unsigned/signed mismatch. | Richard Levitte | 2002-11-19 | 1 | -2/+3 |
| | |||||
* | Update STATUS | Richard Levitte | 2002-11-19 | 1 | -1/+2 |
| | |||||
* | Add news items for 0.9.6h and expand on the 0.9.7 news as well. | Richard Levitte | 2002-11-19 | 1 | -0/+20 |
| | |||||
* | Document the addition of certificate pairs. | Richard Levitte | 2002-11-19 | 1 | -0/+16 |
| | |||||
* | Add the ASN.1 structures and functions for CertificatePair, which is | Richard Levitte | 2002-11-19 | 4 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | defined as follows (according to X.509_4thEditionDraftV6.pdf): CertificatePair ::= SEQUENCE { forward [0] Certificate OPTIONAL, reverse [1] Certificate OPTIONAL, -- at least one of the pair shall be present -- } The only thing I'm not sure about is if it's implicit or explicit tags that I should count on. For now, I'm thinking explicit, but will gladly stand corrected. Also implement the PEM functions to read and write certificate pairs, and defined the PEM tag as "CERTIFICATE PAIR". This needed to be defined, mostly for the sake of the LDAP attribute crossCertificatePair, but may prove useful elsewhere as well. | ||||
* | Determine HZ exactly as in apps/speed.c. | Richard Levitte | 2002-11-19 | 1 | -7/+15 |
| | |||||
* | Make sure sysconf exists (it doesn't in the VMS C RTL lesser than version 7). | Richard Levitte | 2002-11-19 | 1 | -1/+2 |
| | |||||
* | remove redundant functions | Bodo Möller | 2002-11-18 | 2 | -49/+6 |
| | |||||
* | use consistent order of function definitions | Bodo Möller | 2002-11-18 | 2 | -80/+79 |
| | |||||
* | fix memory leak in memory debuggin code ... | Bodo Möller | 2002-11-18 | 1 | -3/+15 |
| | | | | Submitted by: Nils Larsch | ||||
* | allocate bio_err before memory debugging is enabled to avoid memory leaks | Bodo Möller | 2002-11-18 | 1 | -4/+4 |
| | | | | | | (we can't release it before the CRYPTO_mem_leaks() call!) Submitted by: Nils Larsch | ||||
* | A variable of type time_t is supposed to be a time measurement starting at | Richard Levitte | 2002-11-18 | 1 | -1/+1 |
| | | | | Epoch. offset isn't such a measurement, so let's stop pretend it is. | ||||
* | Better workaround to the "=head1 NAME OPTIONS" pod2latex problem: | Lutz Jänicke | 2002-11-18 | 1 | -7/+8 |
| | | | | | | | NAME OPTIONS are a subset of OPTIONS, so just make it =head2! Submitted by: Reviewed by: PR: 333 | ||||
* | Make it possible to build for more than one CPU. | Richard Levitte | 2002-11-17 | 2 | -4/+9 |
| | | | | Clarify what the CE tests do. | ||||
* | Ignore openssl.pc. This way, there's no risk that I'll add it again :-). | Richard Levitte | 2002-11-17 | 1 | -0/+1 |
| | |||||
* | Adding openssl.pc to the repository was a mistake, | Richard Levitte | 2002-11-17 | 1 | -11/+0 |
| | | | | since it's generated. | ||||
* | Add the file openssl.pc that I forgot a while ago. | Richard Levitte | 2002-11-17 | 1 | -0/+11 |
| | |||||
* | I forgot this is compiled in test/, not crypto/ec/... | Richard Levitte | 2002-11-16 | 1 | -1/+1 |
| | |||||
* | We don't want TARGETCPU expanded here. | Richard Levitte | 2002-11-16 | 1 | -1/+1 |
| | |||||
* | Mention ActiveState Perl much earlier in INSTALL.WCE. | Richard Levitte | 2002-11-15 | 1 | -3/+3 |
| | |||||
* | WinCE patches | Richard Levitte | 2002-11-15 | 35 | -56/+905 |
| | |||||
* | Fix buggy #! magic and update ssleay->openssl | Lutz Jänicke | 2002-11-15 | 1 | -3/+3 |
| | | | | | | Submitted by: Reviewed by: PR: 305 | ||||
* | Add the INHIBIT_SYMLINKS flag variable to help Cygwin. | Richard Levitte | 2002-11-15 | 1 | -20/+27 |
| | | | | | Add missing semicolons. Add a comment explaining a bunch of targets without any action lines. | ||||
* | Changes to make shared library building and use work better with Cygwin | Richard Levitte | 2002-11-15 | 4 | -5/+18 |
| | |||||
* | Document the change to remove the 'done' flag variable in the | Richard Levitte | 2002-11-15 | 1 | -0/+6 |
| | | | | OpenSSL_add_all_*() routines | ||||
* | this method does not need field_data1 | Bodo Möller | 2002-11-15 | 1 | -3/+0 |
| | |||||
* | make update | Richard Levitte | 2002-11-15 | 4 | -8/+82 |
| | |||||
* | A few more Microsoft OIDs added | Richard Levitte | 2002-11-15 | 1 | -0/+4 |
| | |||||
* | The pointer to the cipher object is not yet set, when session was reloaded | Lutz Jänicke | 2002-11-15 | 1 | -1/+1 |
| | | | | | | | | from external cache (using d2i_SSL_SESSION). Perform comparison based on the cipher's id instead. Submitted by: Steve Haslam <araqnid@innocent.com> Reviewed by: PR: 288 | ||||
* | The architecture name is i486, not just 486 | Richard Levitte | 2002-11-15 | 1 | -1/+1 |
| | |||||
* | -Wid-clash-n isn't support in gcc 3, and I get better result from continuously | Richard Levitte | 2002-11-15 | 1 | -4/+4 |
| | | | | rebuilding on a VMS box. |