summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
*-. This commit was manufactured by cvs2svn to create tagLEVITTE_before_constcvs2svn2004-03-151-74/+0
|\ \
* | | It was just pointed out to me that it's better to cast to double...Richard Levitte2004-03-152-2/+2
* | | Make sure that the last argument to RAND_add() is a float, or someRichard Levitte2004-03-154-7/+7
* | | Make sure we use unsigned constants, or come compilers may complain.Richard Levitte2004-03-152-2/+2
* | | Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe2004-03-1315-45/+80
* | | The efforts to eliminate the dual-representation of zero and to ensureGeoff Thorpe2004-03-131-0/+10
* | | Document a change I'd already made, and at the same time, correct theGeoff Thorpe2004-03-133-4/+9
* | | IRIX 6.x shared build fix-up.Andy Polyakov2004-03-122-9/+13
* | | staticGeoff Thorpe2004-03-101-1/+1
* | | Minimise the amount of code dependent on BN_DEBUG_RAND. In particular,Geoff Thorpe2004-03-093-23/+5
* | | More changes coming out of the bignum auditing. BN_CTX_get() should ideallyGeoff Thorpe2004-03-091-12/+6
* | | Fix policy constraints syntax.Dr. Stephen Henson2004-03-081-2/+2
* | | Support for inhibitAnyPolicy extension.Dr. Stephen Henson2004-03-087-14/+45
* | | typoUlf Möller2004-03-061-1/+1
* | | Cleanup ASN1 OID module when it exits.Dr. Stephen Henson2004-03-051-2/+7
* | | Call autoconfig code in pkcs7 utility.Dr. Stephen Henson2004-03-051-0/+3
* | | Memory leak fix.Dr. Stephen Henson2004-03-051-2/+5
* | | Various X509 fixes. Disable broken certificate workaroundsDr. Stephen Henson2004-03-055-14/+79
* | | Typos.Dr. Stephen Henson2004-03-041-3/+3
* | | Make our page with pointers to binary distributions visible in the FAQRichard Levitte2004-03-041-1/+4
* | | Indent some of the code examples.Dr. Stephen Henson2004-03-021-11/+11
* | | Config docs.Dr. Stephen Henson2004-03-024-4/+167
* | | Documentation of the KISS autoconfig functions.Dr. Stephen Henson2004-03-021-0/+77
* | | More autoconfig docs.Dr. Stephen Henson2004-03-011-3/+78
* | | Avoid a memory leak in OCSP_parse_url().Richard Levitte2004-03-011-0/+1
* | | Initial docs for the OpenSSL library configuration via openssl.cnfDr. Stephen Henson2004-03-011-3/+62
* | | Add ECDSA documentation.Geoff Thorpe2004-02-271-0/+232
* | | AES is spelled AES, not ASE. Oops...Richard Levitte2004-02-271-3/+3
* | | Make sure the given EVP_PKEY is updated in the PEM_STRING_PKCS8INF case also.Richard Levitte2004-02-261-0/+4
* | | Document the AES options for 'openssl smime'.Richard Levitte2004-02-261-4/+7
* | | A cleanup of the ecs_ossl.c code and some (doxygen) comments for ecdsa.hGeoff Thorpe2004-02-222-149/+254
* | | When adding positive elements, we can use BN_uadd() instead of BN_add().Geoff Thorpe2004-02-221-1/+1
* | | Use an OCTET STRING for the encoding of an OCSP nonce value.Dr. Stephen Henson2004-02-192-7/+24
* | | minor signed/unsigned warning fixesGeoff Thorpe2004-02-103-5/+5
* | | Fix handling of -offset and -length in asn1parse tool.Dr. Stephen Henson2004-02-081-1/+9
* | | Typo in crypto/bn/asm/x86_64.c, bn_div_words().Andy Polyakov2004-02-071-1/+1
* | | Add flag to avoid continuousDr. Stephen Henson2004-02-013-3/+20
* | | Typo in PA-RISC 2 rules in crypto/bn/Makefile.sslAndy Polyakov2004-01-301-2/+2
* | | HP/UX PA-RISC 2 targets update.Andy Polyakov2004-01-294-25/+102
* | | Remove typosRichard Levitte2004-01-291-2/+2
* | | -Wtraditional was a little too much...Richard Levitte2004-01-291-4/+4
* | | TypoRichard Levitte2004-01-291-2/+2
* | | In the development branch, it feels quite all right to warn on a lotRichard Levitte2004-01-291-4/+4
* | | make updateRichard Levitte2004-01-281-3/+5
* | | Add the missing parts for DES CFB1 and CFB8.Richard Levitte2004-01-2815-33/+335
* | | make updateRichard Levitte2004-01-283-208/+207
* | | Unsigned vs. signed problem removedRichard Levitte2004-01-281-2/+2
* | | #undef _POSIX_C_SOURCE in ui_openssl.c ruined IRIX builds. Comment on whyAndy Polyakov2004-01-271-1/+5
* | | CFB DES sync-up with FIPS branch.Andy Polyakov2004-01-274-44/+235
* | | Avoid signed vs. unsigned warnings (which are treated like errors onRichard Levitte2004-01-272-2/+2