Latest MSVCR80 doesn't tolerate unsupported signal numbers, throwing
[openssl.git] / crypto /
2005-09-20 Andy PolyakovLatest MSVCR80 doesn't tolerate unsupported signal...
2005-09-20 Andy Polyakov"Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT...
2005-09-20 Andy PolyakovIA-32 BN tune-up. Performance imrpovement varies with...
2005-09-20 Andy PolyakovMD5 x86_64 assembler update.
2005-09-20 Andy PolyakovProper solution to nasm compilation problems in Borland...
2005-09-19 Andy PolyakovOops-type typo.
2005-09-19 Andy Polyakovbswapl usage should be masked by I386_ONLY.
2005-09-19 Nils Larschcleanup doxygen comments
2005-09-19 Nils Larschadd some doxygen comments
2005-09-16 Dr. Stephen HensonFix for Win32.
2005-09-12 Bodo Möllercorrect+extend publication info
2005-09-09 Nils Larschbugfix: register engine as default engine in ENGINE_set...
2005-09-05 Richard LevitteRemove warnings about signed vs. unsigned...
2005-09-05 Richard LevitteSynchronise VMS build with Unixly build.
2005-09-03 Nils Larschfix function name in error
2005-09-03 Dr. Stephen HensonUpdate print macro properly this time...
2005-09-03 Dr. Stephen HensonUpdate ASN1 print implement macro.
2005-09-03 Dr. Stephen HensonUpdate asn1t.h too for ASN1 print.
2005-09-03 Dr. Stephen HensonUpdate to ASN1 printing code.
2005-09-02 Dr. Stephen HensonTwo new verify flags functions.
2005-09-02 Nils Larschfix typo in sbgp names
2005-09-01 Dr. Stephen HensonExtend callback function to support print customization.
2005-09-01 Dr. Stephen HensonReturn 2 from X509_NAME printing routine to add newline.
2005-09-01 Dr. Stephen HensonUpdate ASN1 printing code and add a -print option to...
2005-09-01 Richard LevitteSynchronise with Unixly build.
2005-09-01 Dr. Stephen HensonInitial support for ASN1 print code.
2005-08-31 Dr. Stephen HensonIntegrated support for PVK files.
2005-08-30 Richard LevitteLast synchronisationn with Unixly build. I hope...
2005-08-28 Nils Larschfix warnings when building openssl with the following...
2005-08-28 Richard LevitteMore synchronisation with the Unixly build.
2005-08-27 Richard LevitteSynchronise with Unix changes.
2005-08-23 Bodo Mölleravoid potential spurious BN_free()
2005-08-21 Nils Larschadd missing file
2005-08-21 Ben LaurieMake D-H safer, include well-known primes.
2005-08-21 Dr. Stephen HensonUse correct date and filename.
2005-08-20 Dr. Stephen HensonDelete old ASN1_METHOD files.
2005-08-20 Dr. Stephen HensonAdd file which includes new ASN1 NETSCAPE format for...
2005-08-20 Dr. Stephen HensonRemove ASN1_METHOD code replace with new ASN1 alternative.
2005-08-20 Dr. Stephen HensonNew version of ASN1 print code, still not compiled...
2005-08-11 Andy PolyakovPedantic polish to WCE-specific #if clause in ectest.c
2005-08-10 Andy PolyakovFix Intel assembler warnings.
2005-08-07 Andy PolyakovFinal(?) WinCE update.
2005-08-06 Nils Larschavoid infinite recursion if dynamic engine isn't loaded
2005-08-05 Nils Larschfix potential memory leak + improved error checking
2005-08-04 Dr. Stephen HensonAllow PKCS7_decrypt() to work if no cert supplied.
2005-08-04 Andy Polyakov3-4 times better RSA/DSA performance on WIN64A target...
2005-08-03 Andy PolyakovWCE update, mostly typos.
2005-08-03 Andy PolyakovPIC-ify SPARC assembler in alternative manner to elimin...
2005-08-02 Andy PolyakovAbstain from GUI calls in rand_win.c in NT service...
2005-08-02 Andy PolyakovWCE-specific fix for cryptlib.c.
2005-08-02 Andy PolyakovEliminate bogus #if WCEPLATFORM!=MS_HPC_PRO [which...
2005-08-02 Andy PolyakovImplement complementary LoadLibraryA shim under WCE.
2005-07-30 Andy PolyakovFix #if _MSC_VER clause in aes_locl.h
2005-07-29 Nils Larschadd comment
2005-07-27 Nils Larschremove unused variable
2005-07-26 Nils Larschimproved error checking and some fixes
2005-07-26 Dr. Stephen HensonHandle case where it==NULL
2005-07-26 Dr. Stephen HensonUpdate ASN1 printing code. Highly experimental, not...
2005-07-26 Dr. Stephen HensonAdd declaration for IDP ASN1 functions.
2005-07-26 Geoff Thorpeadd a .cvsignore
2005-07-26 Geoff ThorpeFix compilation when HAVE_LONG_LONG isn't defined.
2005-07-26 Geoff ThorpeFix signed/unsigned warnings.
2005-07-25 Nils Larschfix BN_mod_word and give a more reasonable return value...
2005-07-25 Dr. Stephen HensonAdd support for setting IDP too.
2005-07-25 Dr. Stephen HensonDon't use @syntax for extended CRLDP format.
2005-07-25 Dr. Stephen HensonAllow setting of all fields in CRLDP. Few cosmetic...
2005-07-25 Dr. Stephen HensonTypo which prevents mult valued RDNs being created.
2005-07-25 Andy PolyakovCommentary section update in sha512-x86_64.pl.
2005-07-24 Andy PolyakovEliminate gcc warning in dso_win32.c.
2005-07-24 Andy PolyakovEngage SHA-256/-512 x86_64 assembler module.
2005-07-24 Andy PolyakovSHA-256/-512 x86_64 assembler module.
2005-07-24 Dr. Stephen HensonPrint out previously unsupported fields in CRLDP by...
2005-07-23 Dr. Stephen HensonInitial print only support for IDP CRL extension.
2005-07-22 Geoff ThorpeFix some signed/unsigned warnings.
2005-07-21 Nils Larschset correct bn->top value
2005-07-20 Nils Larschthe final byte of a pkcs7 padded plaintext can never...
2005-07-20 Andy PolyakovPedantic polish to aes-ia64 and sha512-ia64.
2005-07-20 Andy PolyakovPedantic polish to md5-ia64.S.
2005-07-20 Andy PolyakovPedantic polish to rc4-ia64.pl.
2005-07-20 Andy PolyakovTypo in version number.
2005-07-20 Andy PolyakovPerl stylistic/cosmetic update for aes-x86_64.pl.
2005-07-19 Andy PolyakovFix bug [SHA1 IA-64 being disabled] introduced with...
2005-07-19 Andy PolyakovEngage MD5 assembler module.
2005-07-19 Andy PolyakovThis update gets endianness-neutrality right and adds...
2005-07-19 Andy PolyakovMD5 IA-64 assembler implementation. Original copy for...
2005-07-18 Andy PolyakovRetire original rc4-ia64.S.
2005-07-18 Andy PolyakovSwitch to new RC4 IA-64 module.
2005-07-18 Andy PolyakovThis update implements following improvements.
2005-07-18 Andy PolyakovUnrolled RC4 IA-64 loop gives 40% improvement over...
2005-07-18 Andy PolyakovFix unwind directives in IA-64 assembler modules. This...
2005-07-18 Andy Polyakov~15% better AES x86_64 assembler.
2005-07-17 Nils Larschfix typo
2005-07-17 Nils Larschbugfix: 0 - w (w != 0) is actually negative
2005-07-16 Nils Larschmake
2005-07-14 Andy PolyakovCommentary section update.
2005-07-12 Andy Polyakovcomplementary x86_64-xlate.pl update.
2005-07-12 Andy PolyakovAES x86_64 assembler implementation.
2005-07-08 Andy PolyakovLatest Intel compiler means every word in "if copying...
2005-07-08 Richard LevitteOn case insensitive systems, 'install' gets mixed up...
2005-07-05 Andy PolyakovPull up Win64 support from 0.9.8.
next