aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* By adding a BN_CTX parameter to the 'rsa_mod_exp' callback, private keyGeoff Thorpe2004-03-259-125/+112
* Damn, I was a bit hasty with my fix and hadn't spotted the linkerGeoff Thorpe2004-03-252-2/+2
* Remove some warnings.Geoff Thorpe2004-03-254-3/+7
* Protect against gcc's "warning: cast does not match function type".Geoff Thorpe2004-03-251-3/+5
* Don't define fd for platforms that do not use it, as some may not declare fil...Richard Levitte2004-03-241-1/+4
* Correct constness problems.Richard Levitte2004-03-241-4/+4
* Make it easier to buld test applications...Richard Levitte2004-03-241-17/+16
* Only build the PKCS#7 test applications if "pkcs7" is present inRichard Levitte2004-03-241-1/+2
* Add store.h among the exported headers on VMS.Richard Levitte2004-03-242-8/+18
* o_str.h isn't a public header file, so make sure it will still beRichard Levitte2004-03-242-6/+6
* o_str.h isn't a public header file.Richard Levitte2004-03-241-1/+1
* Typo...Richard Levitte2004-03-241-1/+1
* Make sure toupper() is properly declared.Richard Levitte2004-03-241-0/+1
* Make it clear that for RSA_NO_PADDING, flen must be RSA_size(rsa)Richard Levitte2004-03-231-3/+4
* make updateRichard Levitte2004-03-233-5/+117
* Sync the VMS build with Unix.Richard Levitte2004-03-231-1/+2
* Initial support for certificate policy checking and evaluation.Dr. Stephen Henson2004-03-2315-3/+1942
* Correct minor spelling error.Richard Levitte2004-03-211-1/+1
* Change \t to real tab in echo argument.Richard Levitte2004-03-211-1/+1
* 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
* Note my bignum hijinx in case app maintainers are using CHANGES for theirGeoff Thorpe2004-03-171-0/+7
* Variety of belt-tightenings in the bignum code. (Please help test this!)Geoff Thorpe2004-03-174-18/+48
* Avoid warnings.Dr. Stephen Henson2004-03-161-2/+2
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-1569-245/+331
* 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