summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sha1-armv4-large cosmetics.Andy Polyakov2008-08-061-2/+2
|
* sha1-armv4-large.pl performance improvement. On PXA255 it gives +10% onAndy Polyakov2008-08-061-12/+14
| | | | 8KB block, +60% on 1KB, +160% on 256B...
* Fix signed/unsigned warning.Geoff Thorpe2008-08-051-1/+1
|
* Correctly handle errors in CMS I/O code.Dr. Stephen Henson2008-08-052-2/+6
|
* Fix error codes for memory-saving patch.Bodo Möller2008-08-046-21/+17
| | | | | | Also, get rid of compile-time switch OPENSSL_NO_RELEASE_BUFFERS because it was rather pointless (the new behavior has to be explicitly requested by setting SSL_MODE_RELEASE_BUFFERS anyway).
* Add support for nameRelativeToCRLIssuer field in distribution point nameDr. Stephen Henson2008-08-045-29/+171
| | | | fields.
* Make explicit_policy handling match expected RFC3280 behaviour.Dr. Stephen Henson2008-08-021-4/+4
|
* Refer to SSL_pending from the man page for SSL_readLutz Jänicke2008-08-011-0/+6
|
* Initial support for alternative CRL issuing certificates.Dr. Stephen Henson2008-07-303-14/+46
| | | | Allow inibit any policy flag to be set in apps.
* Policy validation fixes.Dr. Stephen Henson2008-07-301-2/+3
| | | | | | Inhibit any policy count should ignore self issued certificates. Require explicit policy is the number certificate before an explict policy is required.
* remove a doubled entry for '-binary' in the usage messageRalf S. Engelschall2008-07-271-1/+0
|
* Split ms/uplink.pl to corresponding platform versions.Andy Polyakov2008-07-224-0/+167
|
* perlasm update: implement dataseg directive.Andy Polyakov2008-07-223-2/+15
|
* x86_64-xlate.pl: implement indirect jump/calls, support for Win64 SEH.Andy Polyakov2008-07-221-32/+89
|
* We should check the eight bytes starting at p[-9] for rollback attackBodo Möller2008-07-171-1/+1
| | | | | | | detection, or the probability for an erroneous RSA_R_SSLV3_ROLLBACK_ATTACK will be larger than necessary. PR: 1695
* mem_dbg.c: avoid compiler warnings.Andy Polyakov2008-07-171-4/+4
| | | | | PR: 1693 Submitted by: Stefan Neis
* Remove junk argument to function_begin in sha/asm/*-586.pl.Andy Polyakov2008-07-173-3/+3
| | | | PR: 1681
* x86masm.pl: harmonize functions' alignment.Andy Polyakov2008-07-171-2/+2
|
* Make sure not to read beyond end of bufferBodo Möller2008-07-161-6/+7
|
* x86_64cpuid.pl cosmetics: harmonize $dir treatment with other modules.Andy Polyakov2008-07-151-2/+1
|
* des-596.pl update: short-circuit reference to DES_SPtrans.Andy Polyakov2008-07-151-2/+6
|
* x86masm.pl cosmetics.Andy Polyakov2008-07-151-4/+11
|
* x86nasm.pl update: use pre-defined macros and allow for /safeseh link.Andy Polyakov2008-07-151-5/+6
|
* Reaffirm that NASM is the only supported assembler for Win32 build.Andy Polyakov2008-07-151-4/+4
|
* Zero is a valid value for any_skip and map_skipDr. Stephen Henson2008-07-131-2/+2
|
* We support inhibit any policy extension, add to table.Dr. Stephen Henson2008-07-131-1/+2
|
* X509 verification fixes.Dr. Stephen Henson2008-07-137-15/+40
| | | | | | | | Ignore self issued certificates when checking path length constraints. Duplicate OIDs in policy tree in case they are allocated. Use anyPolicy from certificate cache and not current tree level.
* If --prefix="C:\foo\bar" is supplied to Configure for a windows target,Geoff Thorpe2008-07-101-2/+10
| | | | | | then the backslashes need escaping to avoid being treated as switches in the auto-generated strings in opensslconf.h. Perl users are welcome to suggest a less hokey way of doing this ...
* Avoid warnings with -pedantic, specifically:Dr. Stephen Henson2008-07-0413-19/+27
| | | | | | Conversion between void * and function pointer. Value computed not used. Signed/unsigned argument.
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe2008-07-0325-290/+161
| | | | version some time soon.
* Update from stable branch.Dr. Stephen Henson2008-06-268-19/+55
|
* Update from stable branch.Dr. Stephen Henson2008-06-251-3/+26
|
* avoid potential infinite loop in final reduction round of BN_GF2m_mod_arr()Bodo Möller2008-06-232-2/+10
| | | | | Submitted by: Huang Ying Reviewed by: Douglas Stebila
* Update ordinals.Dr. Stephen Henson2008-06-221-4/+4
|
* Fix from stable branch.Dr. Stephen Henson2008-06-211-0/+2
|
* Update from stable branch.Dr. Stephen Henson2008-06-181-2/+6
|
* Update from stable branch.Dr. Stephen Henson2008-06-181-6/+30
|
* Update from stable branch.Dr. Stephen Henson2008-06-162-5/+8
|
* Add acknowledgement.Dr. Stephen Henson2008-06-091-0/+4
|
* Sync ordinals.Dr. Stephen Henson2008-06-061-2/+3
|
* Fix memory leak. The canonical X509_NAME_ENTRY STACK is reallocated ratherDr. Stephen Henson2008-06-061-1/+6
| | | | | than referencing existing X509_NAME_ENTRY structures so needs to be completely freed.
* Remove uidlg library from VC-32.pl, it is now bound at runtime.Dr. Stephen Henson2008-06-051-5/+0
|
* Don't change _WIN32_WINNT and detect GetConsoleWindow() andDr. Stephen Henson2008-06-051-16/+39
| | | | | CryptUIDlgSelectCertificateFromStore() at runtime. Add callback function for selection mechanism.
* Update from stable branch.Dr. Stephen Henson2008-06-051-5/+8
|
* Update CHANGES.Dr. Stephen Henson2008-06-051-3/+9
|
* Update from stable branch.Dr. Stephen Henson2008-06-051-0/+6
|
* Update from stable branch.Dr. Stephen Henson2008-06-051-0/+2
|
* Sync ordinals with stable branch.Dr. Stephen Henson2008-06-052-23/+23
|
* Link in extra CryptoAPI related libraries if needed.Dr. Stephen Henson2008-06-051-1/+10
|
* Update from stable branch.Dr. Stephen Henson2008-06-041-1/+3
|