summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2002-11-22Disable this module if OPENSSL_NO_SOCK is defined.Richard Levitte
2002-11-22Typo. OPENSSL_NO_ECDH, not NO_OPENSSL_ECDHRichard Levitte
2002-11-21Mention a current showstopperRichard Levitte
2002-11-20avoid uninitialized memory readBodo Möller
Submitted by: Nils Larsch
2002-11-20Make ec_GFp_simple_point_get_affine_coordinates() fasterBodo Möller
for Montgomery representations. Submitted by: Sheueling Chang, Bodo Moeller
2002-11-20Fix bug introduced by the attempt to fix client side external sessionLutz Jänicke
caching (#288): now internal caching failed (#351): Make sure, that cipher_id is set before comparing. Submitted by: Reviewed by: PR: 288 (and 351)
2002-11-19allocate bio_err before memory debugging is enabled to avoid memory leaksBodo Möller
(we can't release it before the CRYPTO_mem_leaks() call!) Submitted by: Nils Larsch
2002-11-19It works on my laptop :-).Richard Levitte
2002-11-19make updateRichard Levitte
2002-11-19Fix an unsigned/signed mismatch.Richard Levitte
2002-11-19Update STATUSRichard Levitte
2002-11-18Add news items for 0.9.6h and expand on the 0.9.7 news as well.Richard Levitte
2002-11-18Document the addition of certificate pairs.Richard Levitte
2002-11-18Add the ASN.1 structures and functions for CertificatePair, which isRichard Levitte
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.
2002-11-18Determine HZ exactly as in apps/speed.c.Richard Levitte
2002-11-18Make sure sysconf exists (it doesn't in the VMS C RTL lesser than version 7).Richard Levitte
2002-11-18remove redundant functionsBodo Möller
2002-11-18use consistent order of function definitionsBodo Möller
2002-11-18fix memory leak in memory debuggin code ...Bodo Möller
Submitted by: Nils Larsch
2002-11-18allocate bio_err before memory debugging is enabled to avoid memory leaksBodo Möller
(we can't release it before the CRYPTO_mem_leaks() call!) Submitted by: Nils Larsch
2002-11-18A variable of type time_t is supposed to be a time measurement starting atRichard Levitte
Epoch. offset isn't such a measurement, so let's stop pretend it is.
2002-11-18Better workaround to the "=head1 NAME OPTIONS" pod2latex problem:Lutz Jänicke
NAME OPTIONS are a subset of OPTIONS, so just make it =head2! Submitted by: Reviewed by: PR: 333
2002-11-17Make it possible to build for more than one CPU.Richard Levitte
Clarify what the CE tests do.
2002-11-17Ignore openssl.pc. This way, there's no risk that I'll add it again :-).Richard Levitte
2002-11-17Adding openssl.pc to the repository was a mistake,Richard Levitte
since it's generated.
2002-11-17Add the file openssl.pc that I forgot a while ago.Richard Levitte
2002-11-16I forgot this is compiled in test/, not crypto/ec/...Richard Levitte
2002-11-16We don't want TARGETCPU expanded here.Richard Levitte
2002-11-15Mention ActiveState Perl much earlier in INSTALL.WCE.Richard Levitte
2002-11-15WinCE patchesRichard Levitte
2002-11-15Fix buggy #! magic and update ssleay->opensslLutz Jänicke
Submitted by: Reviewed by: PR: 305
2002-11-15Add the INHIBIT_SYMLINKS flag variable to help Cygwin.Richard Levitte
Add missing semicolons. Add a comment explaining a bunch of targets without any action lines.
2002-11-15Changes to make shared library building and use work better with CygwinRichard Levitte
2002-11-15Document the change to remove the 'done' flag variable in theRichard Levitte
OpenSSL_add_all_*() routines
2002-11-15this method does not need field_data1Bodo Möller
2002-11-15make updateRichard Levitte
2002-11-15A few more Microsoft OIDs addedRichard Levitte
2002-11-15The pointer to the cipher object is not yet set, when session was reloadedLutz Jänicke
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
2002-11-15The architecture name is i486, not just 486Richard Levitte
2002-11-15-Wid-clash-n isn't support in gcc 3, and I get better result from continuouslyRichard Levitte
rebuilding on a VMS box.
2002-11-15I know ANSI C doesn't like 'long long', and I don't want to see itRichard Levitte
2002-11-15Spell prototypes correctly :-).Richard Levitte
2002-11-15Add -Wstrict-prototype and -Wmissing-prototype to my debugging targetsRichard Levitte
2002-11-15We need to read one more byte of the REQUEST-CERTIFICATE message.Richard Levitte
PR: 300
2002-11-15Add SETWRAP modifier to ASN1 generate.Dr. Stephen Henson
2002-11-14make updateRichard Levitte
2002-11-14Close the implicitely opened registry key.Richard Levitte
PR: 264
2002-11-14Use =back to finish =over (found using pod2latex).Lutz Jänicke
Submitted by: Reviewed by: PR:
2002-11-14No such reference to link to (found running pod2latex).Lutz Jänicke
Submitted by: Reviewed by: PR:
2002-11-14Fix documentation of i2d_X509_fp and i2d_X509_bio.Dr. Stephen Henson