summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe
deprecate the original (numeric-only) scheme, and replace with the CRYPTO_THREADID object. This hides the platform-specifics and should reduce the possibility for programming errors (where failing to explicitly check both thread ID forms could create subtle, platform-specific bugs). Thanks to Bodo, for invaluable review and feedback.
2008-08-06sha1-armv4-large cosmetics.Andy Polyakov
2008-08-06sha1-armv4-large.pl performance improvement. On PXA255 it gives +10% onAndy Polyakov
8KB block, +60% on 1KB, +160% on 256B...
2008-08-05Fix signed/unsigned warning.Geoff Thorpe
2008-08-05Correctly handle errors in CMS I/O code.Dr. Stephen Henson
2008-08-04Fix error codes for memory-saving patch.Bodo Möller
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).
2008-08-04Add support for nameRelativeToCRLIssuer field in distribution point nameDr. Stephen Henson
fields.
2008-08-02Make explicit_policy handling match expected RFC3280 behaviour.Dr. Stephen Henson
2008-08-01Refer to SSL_pending from the man page for SSL_readLutz Jänicke
2008-07-30Initial support for alternative CRL issuing certificates.Dr. Stephen Henson
Allow inibit any policy flag to be set in apps.
2008-07-30Policy validation fixes.Dr. Stephen Henson
Inhibit any policy count should ignore self issued certificates. Require explicit policy is the number certificate before an explict policy is required.
2008-07-27remove a doubled entry for '-binary' in the usage messageRalf S. Engelschall
2008-07-22Split ms/uplink.pl to corresponding platform versions.Andy Polyakov
2008-07-22perlasm update: implement dataseg directive.Andy Polyakov
2008-07-22x86_64-xlate.pl: implement indirect jump/calls, support for Win64 SEH.Andy Polyakov
2008-07-17We should check the eight bytes starting at p[-9] for rollback attackBodo Möller
detection, or the probability for an erroneous RSA_R_SSLV3_ROLLBACK_ATTACK will be larger than necessary. PR: 1695
2008-07-17mem_dbg.c: avoid compiler warnings.Andy Polyakov
PR: 1693 Submitted by: Stefan Neis
2008-07-17Remove junk argument to function_begin in sha/asm/*-586.pl.Andy Polyakov
PR: 1681
2008-07-17x86masm.pl: harmonize functions' alignment.Andy Polyakov
2008-07-16Make sure not to read beyond end of bufferBodo Möller
2008-07-15x86_64cpuid.pl cosmetics: harmonize $dir treatment with other modules.Andy Polyakov
2008-07-15des-596.pl update: short-circuit reference to DES_SPtrans.Andy Polyakov
2008-07-15x86masm.pl cosmetics.Andy Polyakov
2008-07-15x86nasm.pl update: use pre-defined macros and allow for /safeseh link.Andy Polyakov
2008-07-15Reaffirm that NASM is the only supported assembler for Win32 build.Andy Polyakov
2008-07-13Zero is a valid value for any_skip and map_skipDr. Stephen Henson
2008-07-13We support inhibit any policy extension, add to table.Dr. Stephen Henson
2008-07-13X509 verification fixes.Dr. Stephen Henson
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.
2008-07-10If --prefix="C:\foo\bar" is supplied to Configure for a windows target,Geoff Thorpe
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 ...
2008-07-04Avoid warnings with -pedantic, specifically:Dr. Stephen Henson
Conversion between void * and function pointer. Value computed not used. Signed/unsigned argument.
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe
version some time soon.
2008-06-26Update from stable branch.Dr. Stephen Henson
2008-06-25Update from stable branch.Dr. Stephen Henson
2008-06-23avoid potential infinite loop in final reduction round of BN_GF2m_mod_arr()Bodo Möller
Submitted by: Huang Ying Reviewed by: Douglas Stebila
2008-06-22Update ordinals.Dr. Stephen Henson
2008-06-21Fix from stable branch.Dr. Stephen Henson
2008-06-18Update from stable branch.Dr. Stephen Henson
2008-06-18Update from stable branch.Dr. Stephen Henson
2008-06-16Update from stable branch.Dr. Stephen Henson
2008-06-09Add acknowledgement.Dr. Stephen Henson
2008-06-06Sync ordinals.Dr. Stephen Henson
2008-06-06Fix memory leak. The canonical X509_NAME_ENTRY STACK is reallocated ratherDr. Stephen Henson
than referencing existing X509_NAME_ENTRY structures so needs to be completely freed.
2008-06-05Remove uidlg library from VC-32.pl, it is now bound at runtime.Dr. Stephen Henson
2008-06-05Don't change _WIN32_WINNT and detect GetConsoleWindow() andDr. Stephen Henson
CryptUIDlgSelectCertificateFromStore() at runtime. Add callback function for selection mechanism.
2008-06-05Update from stable branch.Dr. Stephen Henson
2008-06-05Update CHANGES.Dr. Stephen Henson
2008-06-05Update from stable branch.Dr. Stephen Henson
2008-06-05Update from stable branch.Dr. Stephen Henson
2008-06-05Sync ordinals with stable branch.Dr. Stephen Henson
2008-06-05Link in extra CryptoAPI related libraries if needed.Dr. Stephen Henson