summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Collapse)Author
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-19Fix an unsigned/signed mismatch.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-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-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-16I forgot this is compiled in test/, not crypto/ec/...Richard Levitte
2002-11-15WinCE patchesRichard Levitte
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-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-14Remove warnings.Richard Levitte
2002-11-14Fix to build better with DJGPP.Richard Levitte
PR: 338 Here's the description, submitted by Gisle Vanem <giva@bgnett.no>: 1. sock_init() renamed to ssl_sock_init() in ./apps/s_socket.c due to name-clash with Watt-32. 2. rand() renamed to Rand() in ./crypto/bn/divtest.c due to name-clash with <stdlib.h> 3. Added calls to dbug_init()/sock_init() in some demo programs. 4. Changed cflags/lflags in configure. Watt-32 install root now taken from $WATT_ROOT.
2002-11-14fix outputBodo Möller
Submitted by: Nils Larsch
2002-11-14use new BIO_indent() function here as wellBodo Möller
Submitted by: Nils Larsch
2002-11-14Handle last lines that aren't properly terminated.Richard Levitte
PR: 308
2002-11-14Fix get_email: 0 is a valid return valueDr. Stephen Henson
2002-11-13free() -> OPENSSL_free()Richard Levitte
2002-11-13Merge from 0.9.7-stable.Richard Levitte
2002-11-13This didn't get to the 0.9.8-dev thread...Richard Levitte
2002-11-13Correct support for SunOS 4.1.3_U1.Richard Levitte
PR: 227
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-11-13disable weird assert()sBodo Möller
2002-11-13remove unused old directory crypto/rijndael (superseded by crypto/aes)Bodo Möller
2002-11-13Fix warnings, makefile cockup.Ben Laurie
2002-11-13Only accept exact match for modifier or tag nameDr. Stephen Henson
2002-11-13Add header ctype.hDr. Stephen Henson
2002-11-13Fix memory leak in s2i_ASN_INTEGER and return an errorDr. Stephen Henson
if any invalid characters are present.
2002-11-12Synchronise...Richard Levitte
2002-11-12Initial ASN1 generation code. This can constructDr. Stephen Henson
arbitrary encodings from strings and config files. Documentation to follow...
2002-11-12Make the CBC mode od AES accept lengths that aren't multiples of 16.Richard Levitte
PR: 330
2002-11-11do tests with all built-in curvesBodo Möller
Submitted by: Nils Larsch
2002-11-11corrections to built-in curvesBodo Möller
Submitted by: Nils Larsch
2002-11-09X509_NAME_cmp() now compares PrintableString and emailAddress with a value ↵Richard Levitte
of type ia5String correctly. PR: 244
2002-11-07Typo in OCSP ASN1 moduleDr. Stephen Henson
2002-11-06print less output (no details unless a test failed)Bodo Möller
Submitted by: Nils Larsch
2002-11-05Check for NULL ASN1_ITEM when initializeingDr. Stephen Henson
boolean option in ASN1_TYPE.
2002-11-04implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller
Submitted by: Nils Larsch
2002-11-04Off-by-one-error corrected.Richard Levitte
PR: 235
2002-11-01Depend on OPENSSL_NO_STATIC_ENGINE rather than OPENSSL_NO_DYNAMIC_ENGINE.Richard Levitte
Make sure to include openssl/opensslconf.h to make sure we get the definition of those macros.
2002-10-31Remove all referenses to RSAref, since that's been gone for more thanRichard Levitte
a year.
2002-10-30New files have appeared, tell VMS.Richard Levitte
2002-10-30Plug potential memory leak.Richard Levitte
Identified by Goetz Babin-Ebell <babinebell@trustcenter.de>
2002-10-29synchronise util/libeay.num with the 0.9.7-stable variant (guys, thisRichard Levitte
is something we really need to keep track of!). make update