summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2004-03-24o_str.h isn't a public header file.Richard Levitte
2004-03-24Typo...Richard Levitte
2004-03-24Make sure toupper() is properly declared.Richard Levitte
2004-03-23Make it clear that for RSA_NO_PADDING, flen must be RSA_size(rsa)Richard Levitte
2004-03-23make updateRichard Levitte
2004-03-23Sync the VMS build with Unix.Richard Levitte
2004-03-23Initial support for certificate policy checking and evaluation.Dr. Stephen Henson
2004-03-21Correct minor spelling error.Richard Levitte
2004-03-21Change \t to real tab in echo argument.Richard Levitte
2004-03-21Remove a warning for conversion double->long. This has impacts on Windows.Richard Levitte
2004-03-21Make sure fd is defined where it should.Richard Levitte
2004-03-17Note my bignum hijinx in case app maintainers are using CHANGES for theirGeoff Thorpe
2004-03-17Variety of belt-tightenings in the bignum code. (Please help test this!)Geoff Thorpe
2004-03-16Avoid warnings.Dr. Stephen Henson
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2004-03-15It was just pointed out to me that it's better to cast to double...Richard Levitte
2004-03-15Make sure that the last argument to RAND_add() is a float, or someRichard Levitte
2004-03-15Make sure we use unsigned constants, or come compilers may complain.Richard Levitte
2004-03-13Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe
2004-03-13The efforts to eliminate the dual-representation of zero and to ensureGeoff Thorpe
2004-03-13Document a change I'd already made, and at the same time, correct theGeoff Thorpe
2004-03-12IRIX 6.x shared build fix-up.Andy Polyakov
2004-03-10staticGeoff Thorpe
2004-03-09Minimise the amount of code dependent on BN_DEBUG_RAND. In particular,Geoff Thorpe
2004-03-09More changes coming out of the bignum auditing. BN_CTX_get() should ideallyGeoff Thorpe
2004-03-08Fix policy constraints syntax.Dr. Stephen Henson
2004-03-08Support for inhibitAnyPolicy extension.Dr. Stephen Henson
2004-03-06typoUlf Möller
2004-03-05Cleanup ASN1 OID module when it exits.Dr. Stephen Henson
2004-03-05Call autoconfig code in pkcs7 utility.Dr. Stephen Henson
2004-03-05Memory leak fix.Dr. Stephen Henson
2004-03-05Various X509 fixes. Disable broken certificate workaroundsDr. Stephen Henson
2004-03-04Typos.Dr. Stephen Henson
2004-03-04Make our page with pointers to binary distributions visible in the FAQRichard Levitte
2004-03-02Indent some of the code examples.Dr. Stephen Henson
2004-03-02Config docs.Dr. Stephen Henson
2004-03-02Documentation of the KISS autoconfig functions.Dr. Stephen Henson
2004-03-01More autoconfig docs.Dr. Stephen Henson
2004-03-01Avoid a memory leak in OCSP_parse_url().Richard Levitte
2004-03-01Initial docs for the OpenSSL library configuration via openssl.cnfDr. Stephen Henson
2004-02-27Add ECDSA documentation.Geoff Thorpe
2004-02-27AES is spelled AES, not ASE. Oops...Richard Levitte
2004-02-26Make sure the given EVP_PKEY is updated in the PEM_STRING_PKCS8INF case also.Richard Levitte
2004-02-26Document the AES options for 'openssl smime'.Richard Levitte
2004-02-22A cleanup of the ecs_ossl.c code and some (doxygen) comments for ecdsa.hGeoff Thorpe
2004-02-22When adding positive elements, we can use BN_uadd() instead of BN_add().Geoff Thorpe
2004-02-19Use an OCTET STRING for the encoding of an OCSP nonce value.Dr. Stephen Henson
2004-02-10minor signed/unsigned warning fixesGeoff Thorpe
2004-02-08Fix handling of -offset and -length in asn1parse tool.Dr. Stephen Henson
2004-02-07Typo in crypto/bn/asm/x86_64.c, bn_div_words().Andy Polyakov