aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Extend callback function to support print customization.Dr. Stephen Henson2005-09-0115-36/+58
* Return 2 from X509_NAME printing routine to add newline.Dr. Stephen Henson2005-09-011-1/+1
* Update ASN1 printing code and add a -print option to 'pkcs7' utility forDr. Stephen Henson2005-09-015-0/+26
* Synchronise with Unixly build.Richard Levitte2005-09-011-1/+1
* Initial support for ASN1 print code.Dr. Stephen Henson2005-09-016-22/+64
* Integrated support for PVK files.Dr. Stephen Henson2005-08-314-2/+990
* Last synchronisationn with Unixly build. I hope...Richard Levitte2005-08-301-1/+1
* fix warnings when building openssl with the following compiler options:Nils Larsch2005-08-2821-71/+78
* More synchronisation with the Unixly build.Richard Levitte2005-08-281-1/+1
* Synchronise with Unix changes.Richard Levitte2005-08-271-1/+1
* avoid potential spurious BN_free()Bodo Möller2005-08-231-2/+4
* add missing fileNils Larsch2005-08-211-0/+249
* Make D-H safer, include well-known primes.Ben Laurie2005-08-218-2/+52
* Use correct date and filename.Dr. Stephen Henson2005-08-211-3/+3
* Delete old ASN1_METHOD files.Dr. Stephen Henson2005-08-202-203/+0
* Add file which includes new ASN1 NETSCAPE format for certificates.Dr. Stephen Henson2005-08-201-0/+72
* Remove ASN1_METHOD code replace with new ASN1 alternative.Dr. Stephen Henson2005-08-204-54/+12
* New version of ASN1 print code, still not compiled in though.Dr. Stephen Henson2005-08-201-62/+160
* Pedantic polish to WCE-specific #if clause in ectest.cAndy Polyakov2005-08-111-1/+1
* Fix Intel assembler warnings.Andy Polyakov2005-08-101-3/+7
* Final(?) WinCE update.Andy Polyakov2005-08-076-8/+36
* avoid infinite recursion if dynamic engine isn't loadedNils Larsch2005-08-061-10/+14
* fix potential memory leak + improved error checkingNils Larsch2005-08-051-0/+9
* Allow PKCS7_decrypt() to work if no cert supplied.Dr. Stephen Henson2005-08-044-18/+60
* 3-4 times better RSA/DSA performance on WIN64A target. Well, on AMD64 CPU,Andy Polyakov2005-08-042-0/+64
* WCE update, mostly typos.Andy Polyakov2005-08-034-5/+8
* PIC-ify SPARC assembler in alternative manner to eliminate dependency onAndy Polyakov2005-08-031-39/+45
* Abstain from GUI calls in rand_win.c in NT service context.Andy Polyakov2005-08-021-29/+21
* WCE-specific fix for cryptlib.c.Andy Polyakov2005-08-021-16/+6
* Eliminate bogus #if WCEPLATFORM!=MS_HPC_PRO [which by the way unconditionallyAndy Polyakov2005-08-021-9/+10
* Implement complementary LoadLibraryA shim under WCE.Andy Polyakov2005-08-021-0/+24
* Fix #if _MSC_VER clause in aes_locl.hAndy Polyakov2005-07-301-1/+1
* add commentNils Larsch2005-07-291-4/+4
* remove unused variableNils Larsch2005-07-271-1/+1
* improved error checking and some fixesNils Larsch2005-07-2611-19/+70
* Handle case where it==NULLDr. Stephen Henson2005-07-261-7/+8
* Update ASN1 printing code. Highly experimental, not working properly (neitherDr. Stephen Henson2005-07-262-98/+480
* Add declaration for IDP ASN1 functions.Dr. Stephen Henson2005-07-261-0/+1
* add a .cvsignoreGeoff Thorpe2005-07-261-0/+4
* Fix compilation when HAVE_LONG_LONG isn't defined.Geoff Thorpe2005-07-261-1/+1
* Fix signed/unsigned warnings.Geoff Thorpe2005-07-261-2/+2
* fix BN_mod_word and give a more reasonable return value if an error occurredNils Larsch2005-07-251-2/+5
* Add support for setting IDP too.Dr. Stephen Henson2005-07-253-9/+76
* Don't use @syntax for extended CRLDP format.Dr. Stephen Henson2005-07-251-2/+2
* Allow setting of all fields in CRLDP. Few cosmetic changes to output.Dr. Stephen Henson2005-07-253-64/+281
* Typo which prevents mult valued RDNs being created.Dr. Stephen Henson2005-07-251-3/+3
* Commentary section update in sha512-x86_64.pl.Andy Polyakov2005-07-251-5/+6
* Eliminate gcc warning in dso_win32.c.Andy Polyakov2005-07-241-2/+2
* Engage SHA-256/-512 x86_64 assembler module.Andy Polyakov2005-07-241-0/+4
* SHA-256/-512 x86_64 assembler module.Andy Polyakov2005-07-241-0/+358