summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Unused variable removed.Richard Levitte2002-11-271-1/+1
|
* Extra ; removed.Richard Levitte2002-11-271-1/+1
|
* Add OPENSSL_cleanse() to help cleanse memory and avoid certain compilerRichard Levitte2002-11-277-190/+294
| | | | | and linker optimizations. PR: 343
* I forgot that @ in strings must be escaped in PerlRichard Levitte2002-11-261-1/+1
|
* The logic in the main signing and verifying functions to check lengths wasRichard Levitte2002-11-264-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 possibilityRichard Levitte2002-11-261-0/+5
| | | | | to force the use of Heimdal, and warn if that's used. PR: 346
* Small bugfixes to the KSSL implementation.Richard Levitte2002-11-263-4/+3
| | | | PR: 349
* Heimdal isn't really supported right now. Say so, and offer a possibilityRichard Levitte2002-11-261-0/+11
| | | | | to force the use of Heimdal, and warn if that's used. PR: 346
* rename some functions to improve consistencyBodo Möller2002-11-233-20/+19
| | | | Submitted by: Sheueling Chang
* add a commentBodo Möller2002-11-221-0/+14
|
* Disable this module if OPENSSL_NO_SOCK is defined.Richard Levitte2002-11-221-1/+9
|
* Typo. OPENSSL_NO_ECDH, not NO_OPENSSL_ECDHRichard Levitte2002-11-221-1/+1
|
* Mention a current showstopperRichard Levitte2002-11-211-1/+13
|
* avoid uninitialized memory readBodo Möller2002-11-201-2/+5
| | | | Submitted by: Nils Larsch
* Make ec_GFp_simple_point_get_affine_coordinates() fasterBodo Möller2002-11-201-25/+26
| | | | | | for Montgomery representations. Submitted by: Sheueling Chang, Bodo Moeller
* Fix bug introduced by the attempt to fix client side external sessionLutz Jänicke2002-11-202-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 leaksBodo Möller2002-11-191-2/+3
| | | | | | (we can't release it before the CRYPTO_mem_leaks() call!) Submitted by: Nils Larsch
* It works on my laptop :-).Richard Levitte2002-11-191-1/+2
|
* make updateRichard Levitte2002-11-193-1/+36
|
* Fix an unsigned/signed mismatch.Richard Levitte2002-11-191-2/+3
|
* Update STATUSRichard Levitte2002-11-191-1/+2
|
* Add news items for 0.9.6h and expand on the 0.9.7 news as well.Richard Levitte2002-11-191-0/+20
|
* Document the addition of certificate pairs.Richard Levitte2002-11-191-0/+16
|
* Add the ASN.1 structures and functions for CertificatePair, which isRichard Levitte2002-11-194-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 Levitte2002-11-191-7/+15
|
* Make sure sysconf exists (it doesn't in the VMS C RTL lesser than version 7).Richard Levitte2002-11-191-1/+2
|
* remove redundant functionsBodo Möller2002-11-182-49/+6
|
* use consistent order of function definitionsBodo Möller2002-11-182-80/+79
|
* fix memory leak in memory debuggin code ...Bodo Möller2002-11-181-3/+15
| | | | Submitted by: Nils Larsch
* allocate bio_err before memory debugging is enabled to avoid memory leaksBodo Möller2002-11-181-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 atRichard Levitte2002-11-181-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änicke2002-11-181-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 Levitte2002-11-172-4/+9
| | | | Clarify what the CE tests do.
* Ignore openssl.pc. This way, there's no risk that I'll add it again :-).Richard Levitte2002-11-171-0/+1
|
* Adding openssl.pc to the repository was a mistake,Richard Levitte2002-11-171-11/+0
| | | | since it's generated.
* Add the file openssl.pc that I forgot a while ago.Richard Levitte2002-11-171-0/+11
|
* I forgot this is compiled in test/, not crypto/ec/...Richard Levitte2002-11-161-1/+1
|
* We don't want TARGETCPU expanded here.Richard Levitte2002-11-161-1/+1
|
* Mention ActiveState Perl much earlier in INSTALL.WCE.Richard Levitte2002-11-151-3/+3
|
* WinCE patchesRichard Levitte2002-11-1535-56/+905
|
* Fix buggy #! magic and update ssleay->opensslLutz Jänicke2002-11-151-3/+3
| | | | | | Submitted by: Reviewed by: PR: 305
* Add the INHIBIT_SYMLINKS flag variable to help Cygwin.Richard Levitte2002-11-151-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 CygwinRichard Levitte2002-11-154-5/+18
|
* Document the change to remove the 'done' flag variable in theRichard Levitte2002-11-151-0/+6
| | | | OpenSSL_add_all_*() routines
* this method does not need field_data1Bodo Möller2002-11-151-3/+0
|
* make updateRichard Levitte2002-11-154-8/+82
|
* A few more Microsoft OIDs addedRichard Levitte2002-11-151-0/+4
|
* The pointer to the cipher object is not yet set, when session was reloadedLutz Jänicke2002-11-151-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 486Richard Levitte2002-11-151-1/+1
|
* -Wid-clash-n isn't support in gcc 3, and I get better result from continuouslyRichard Levitte2002-11-151-4/+4
| | | | rebuilding on a VMS box.