summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Typo...Richard Levitte2004-03-241-1/+1
* Make sure toupper() is properly declared.Richard Levitte2004-03-241-0/+1
* make updateRichard Levitte2004-03-231-0/+95
* Sync the VMS build with Unix.Richard Levitte2004-03-231-1/+2
* Initial support for certificate policy checking and evaluation.Dr. Stephen Henson2004-03-2314-3/+1937
* Remove a warning for conversion double->long. This has impacts on Windows.Richard Levitte2004-03-211-2/+2
* Make sure fd is defined where it should.Richard Levitte2004-03-211-7/+7
* Variety of belt-tightenings in the bignum code. (Please help test this!)Geoff Thorpe2004-03-174-18/+48
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-1558-220/+296
* 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-1314-45/+74
* 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-132-3/+4
* 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-086-14/+42
* Cleanup ASN1 OID module when it exits.Dr. Stephen Henson2004-03-051-2/+7
* Memory leak fix.Dr. Stephen Henson2004-03-051-2/+5
* Various X509 fixes. Disable broken certificate workaroundsDr. Stephen Henson2004-03-054-14/+71
* Typos.Dr. Stephen Henson2004-03-041-3/+3
* Avoid a memory leak in OCSP_parse_url().Richard Levitte2004-03-011-0/+1
* Make sure the given EVP_PKEY is updated in the PEM_STRING_PKCS8INF case also.Richard Levitte2004-02-261-0/+4
* 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-191-7/+17
* minor signed/unsigned warning fixesGeoff Thorpe2004-02-101-2/+2
* 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-012-3/+14
* 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-291-0/+7
* TypoRichard Levitte2004-01-291-2/+2
* make updateRichard Levitte2004-01-281-3/+5
* Add the missing parts for DES CFB1 and CFB8.Richard Levitte2004-01-2814-22/+310
* make updateRichard Levitte2004-01-282-9/+14
* 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
* S_IFBLK and S_IFCHR may not exist in some places (like Windows), soRichard Levitte2004-01-261-0/+4
* Even though C specification explicitly says that constant type "stretches"Andy Polyakov2004-01-252-14/+20
* Get rid of bogus warning when compiling with Sun vendor compiler.Andy Polyakov2004-01-242-0/+13
* We're passed p, so let's use p instead of making assumptions.Richard Levitte2004-01-241-4/+4
* Typo...Richard Levitte2004-01-221-1/+1
* SHA-1 assembler tune-up for Intel P4Andy Polyakov2004-01-211-203/+88
* Adding a slash between the directoryt and the file is a problem withRichard Levitte2004-01-101-3/+32
* Update URILutz Jänicke2004-01-041-1/+1