aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Typo.Dr. Stephen Henson2006-10-051-1/+1
* return an error if the supplied precomputed values lead to an invalid signatureNils Larsch2006-10-043-2/+17
* ASN1_item_verify needs to initialize ctx before any "goto err" canBodo Möller2006-10-041-2/+2
* Place standard CRL behaviour in default X509_CRL_METHOD new functions toDr. Stephen Henson2006-10-033-10/+105
* Initialise ctx to NULL to avoid uninitialized free, noticed byMark J. Cox2006-09-291-1/+1
* Introduce limits to prevent malicious keys being able toBodo Möller2006-09-2812-5/+151
* Fix ASN.1 parsing of certain invalid structures that can resultMark J. Cox2006-09-281-0/+1
* Initialize new callbacks and make sure hent is always initialized.Dr. Stephen Henson2006-09-262-0/+5
* Complete the change for VMS.Richard Levitte2006-09-251-1/+1
* Using correct lock for X509_REQ.Dr. Stephen Henson2006-09-221-1/+1
* Update length if copying MSB set in asn1_string_canon().Dr. Stephen Henson2006-09-221-0/+3
* Add missing prototype. Fix various warnings (C++ comments, ; outside function).Dr. Stephen Henson2006-09-211-0/+1
* Make int_rsa_sign function match prototype.Dr. Stephen Henson2006-09-211-2/+2
* Compile in gost engine.Dr. Stephen Henson2006-09-211-0/+3
* Do CRL method init after other operations.Dr. Stephen Henson2006-09-211-2/+2
* Tidy up CRL handling by checking for critical extensions when it isDr. Stephen Henson2006-09-216-53/+107
* Remove x86ms.pl and reimplement x86*.pl.Andy Polyakov2006-09-184-1747/+587
* Improve 386 portability of aes-586.pl.Andy Polyakov2006-09-181-3/+4
* Ensure that the addition mods[i]+delta cannot overflow in probable_prime().Bodo Möller2006-09-181-6/+3
* Overhaul of by_dir code to handle dynamic loading of CRLs.Dr. Stephen Henson2006-09-175-74/+211
* Support for AKID in CRLs and partial support for IDP. Overhaul of CRLDr. Stephen Henson2006-09-145-41/+206
* Fixes for new CRL/cert callbacks. Update CRL processing code to use newDr. Stephen Henson2006-09-113-66/+66
* Add verify callback functions to lookup a STACK of matching certs or CRLsDr. Stephen Henson2006-09-106-4/+186
* Make sure the int_rsa_verify() prototype matches the implementationBodo Möller2006-09-081-1/+1
* Remove non-functional part of recent patch, after discussion withBodo Möller2006-09-063-11/+0
* Avoid PKCS #1 v1.5 signature attack discovered by Daniel BleichenbacherMark J. Cox2006-09-054-0/+28
* Rewrite sha1-586.pl.Andy Polyakov2006-08-311-314/+141
* Fix bug in aes-586.pl.Andy Polyakov2006-08-311-3/+2
* Fix bug in x86unix.pl introduced in latest update.Andy Polyakov2006-08-311-3/+3
* Fix C++ style comments, change assert to OPENSSL_assert, stop warning withDr. Stephen Henson2006-08-312-44/+50
* Fix leakDr. Stephen Henson2006-08-311-0/+3
* Forward port of IGE mode.Ben Laurie2006-08-313-2/+296
* Make things static that should be. Declare stuff in headers that should be.Ben Laurie2006-08-2810-15/+29
* Use gmtime on cygwinUlf Möller2006-08-131-1/+1
* +20% tune-up for Power5.Andy Polyakov2006-08-091-18/+11
* Revised AES_cbc_encrypt in x86 assembler module.Andy Polyakov2006-08-071-326/+593
* Agressively prefetch S-box in SSE codepatch, relax alignment requirement,Andy Polyakov2006-08-021-48/+65
* Switch to compact S-box when generating AES key schedule.Andy Polyakov2006-08-021-210/+247
* Switch to compact S-box when generating AES key schedule.Andy Polyakov2006-08-011-16/+45
* Engage assembler in solaris64-x86_64-cc.Andy Polyakov2006-07-311-0/+4
* perlasm/x86unix.pl update.Andy Polyakov2006-07-311-6/+38
* Next generation aes-586.pl featuring AES_[en|de]crypt, accessing exclusivelyAndy Polyakov2006-07-311-295/+1197
* Support for multiple CRLs with same issuer name in X509_STORE. ModifyDr. Stephen Henson2006-07-253-3/+46
* Cache some CRL related extensions.Dr. Stephen Henson2006-07-247-8/+66
* Avoid warning.Dr. Stephen Henson2006-07-211-1/+1
* Use correct pointer types for various functions.Dr. Stephen Henson2006-07-204-5/+5
* New Camellia implementation (replacing previous version)Bodo Möller2006-07-195-599/+1876
* Store canonical encodings of Name structures. Update X509_NAME_cmp() to useDr. Stephen Henson2006-07-183-148/+230
* Reimplement outer rounds as "compact" in x86 assembler. This has ratherAndy Polyakov2006-07-181-73/+314
* WIN32 fixes signed/unsigned issues and slightly socket semantics.Dr. Stephen Henson2006-07-171-3/+2