summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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-17Variety of belt-tightenings in the bignum code. (Please help test this!)Geoff Thorpe
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-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-05Cleanup ASN1 OID module when it exits.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-01Avoid a memory leak in OCSP_parse_url().Richard Levitte
2004-02-26Make sure the given EVP_PKEY is updated in the PEM_STRING_PKCS8INF case also.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-07Typo in crypto/bn/asm/x86_64.c, bn_div_words().Andy Polyakov
2004-02-01Add flag to avoid continuousDr. Stephen Henson
2004-01-30Typo in PA-RISC 2 rules in crypto/bn/Makefile.sslAndy Polyakov
2004-01-29HP/UX PA-RISC 2 targets update.Andy Polyakov
2004-01-29TypoRichard Levitte
2004-01-28make updateRichard Levitte
2004-01-28Add the missing parts for DES CFB1 and CFB8.Richard Levitte
2004-01-28make updateRichard Levitte
2004-01-28Unsigned vs. signed problem removedRichard Levitte
2004-01-27#undef _POSIX_C_SOURCE in ui_openssl.c ruined IRIX builds. Comment on whyAndy Polyakov
2004-01-27CFB DES sync-up with FIPS branch.Andy Polyakov
2004-01-27Avoid signed vs. unsigned warnings (which are treated like errors onRichard Levitte
2004-01-26S_IFBLK and S_IFCHR may not exist in some places (like Windows), soRichard Levitte
2004-01-25Even though C specification explicitly says that constant type "stretches"Andy Polyakov
2004-01-24Get rid of bogus warning when compiling with Sun vendor compiler.Andy Polyakov
2004-01-24We're passed p, so let's use p instead of making assumptions.Richard Levitte
2004-01-22Typo...Richard Levitte
2004-01-21SHA-1 assembler tune-up for Intel P4Andy Polyakov
2004-01-10Adding a slash between the directoryt and the file is a problem withRichard Levitte
2004-01-04Update URILutz Jänicke
2003-12-27Fix Perl problems on sparc64.Richard Levitte
2003-12-27Only use environment variables if uid and gid are the same as euid and egid.Richard Levitte
2003-12-27Check if a random "file" is really a device file, and treat itRichard Levitte
2003-12-27Correct documentation typos.Richard Levitte
2003-12-27OpenBSD-internal changes.Richard Levitte