openssl.git
2003-01-03 Andy PolyakovSupport for ILP32 on HPUX-IA64.
2003-01-03 Andy Polyakovpa-risc2.s was not PIC, see RT#426. I strip call to...
2003-01-03 Andy PolyakovHP/UX 11i make gets upset by this line containing nothi...
2003-01-03 Richard LevitteRijndael should be called AES everywhere
2003-01-02 Andy PolyakovSupport for Intel compiler. More details will be provid...
2003-01-02 Andy PolyakovComplete integration of SPARC assembler DES implementat...
2003-01-02 Andy PolyakovUltraSPARC assembler DES implementation tune-up. The...
2003-01-02 Andy PolyakovVery old submission (from 2000) of UltraSPARC assembler...
2003-01-02 Andy PolyakovI implemented this when troubleshooting performance...
2003-01-02 Richard LevitteLink engines against libcrypto, even when a TCP/IP...
2003-01-01 Richard LevitteAdjust the parameter lists in some not commonly used...
2003-01-01 Richard LevitteMake sure the last character of the ASN.1 time string...
2002-12-31 Richard LevitteIt's rather silly to believe we'd release 0.9.7a in...
2002-12-31 Richard LevitteMerge in changes from 0.9.7-stable.
2002-12-30 Richard LevitteMerge in changes from 0.9.7-stable.
2002-12-30 Andy PolyakovMy English is definitely not good as my assembly skills...
2002-12-30 Andy PolyakovIt probably belongs in PROBLEMS, but it's more likely...
2002-12-29 Richard LevitteSince we're including Kerberos 5 headers in our exporte...
2002-12-29 Lutz JänickeAdd information about AES cipher suites to ciphers...
2002-12-29 Lutz JänickeFix wrong handling of session ID in SSLv2 client code.
2002-12-29 Ben LaurieCorrect asm exclusions.
2002-12-29 Richard LevitteOS/2 does binary by default, apparently.
2002-12-29 Richard Levittemake update
2002-12-29 Richard LevitteFinally get rid of all the algorithm inclusions that...
2002-12-28 Richard Levittemake update
2002-12-28 Richard LevitteMerge from 0.9.7-stable.
2002-12-27 Andy PolyakovI can't confirm the claim being removed and nobody...
2002-12-27 Andy PolyakovUltraSPARC performance "tune-up."
2002-12-27 Andy PolyakovFAQ addenum as discussed in RT#417.
2002-12-27 Richard LevitteKenneth R. Robinette just told me the latest snapshot...
2002-12-27 Richard LevitteCan't find the referense to errors on XP with Kerberos
2002-12-26 Richard LevitteAdd SPKM among the related stanrds.
2002-12-26 Richard LevitteUpdates
2002-12-26 Richard LevitteUpdate our list of implemented and related standards.
2002-12-26 Richard LevitteUpdate our list of implemented and related standards.
2002-12-25 Richard LevitteSpelling error.
2002-12-24 Richard LevitteAvoid double definition of config.
2002-12-24 Richard LevitteUpdates
2002-12-24 Lutz JänickeSome more adjustments
2002-12-24 Richard LevitteCygwin needs the library locatin for .DLLs to be set...
2002-12-24 Richard LevitteAll VMS-specific problems have been solved.
2002-12-23 Richard LevitteFinally, a bn_div_words() in VAX assembler that goes...
2002-12-21 Richard LevitteStop a possible memory leak.
2002-12-20 Richard LevitteMake AES_ENCRYPT and AES_DECRYPT macros instead of...
2002-12-20 Andy PolyakovFix for "shift count too large" when compiling for...
2002-12-20 Richard LevitteMore accurate comments.
2002-12-20 Richard LevitteA little debugging.
2002-12-20 Richard LevittePropagate MAKEDEPPROG to the subdirs under crypto/.
2002-12-20 Lutz JänickeFix Kerberos5/SSL interaction
2002-12-20 Richard LevitteKeep the internal lowercase 'surname', for programmer...
2002-12-20 Richard LevitteBe consistent with capitalisation of object names.
2002-12-20 Richard LevitteBe consistent with capitalisation of object names.
2002-12-20 Richard LevitteThere was a mixup between INSTALLTOP and OPENSSLDIR...
2002-12-19 Richard LevitteWe stupidly had a separate LIBKRB5 variable for KRB5...
2002-12-19 Richard LevitteBecause the contents of openssl.pc may have to change...
2002-12-19 Richard LevitteSmall tweaks for code consistency.
2002-12-19 Richard LevitteTo avoid any future programming glitches, let's make...
2002-12-19 Richard LevitteI have no idea what possesed me to compile s_socket...
2002-12-19 Richard LevitteIf _XOPEN_SOURCE_EXTENDED or _XOPEN_SOURCE are defined...
2002-12-19 Richard LevitteIt was pointed out to me that .pc files are normally...
2002-12-19 Richard LevitteIt was pointed out to me that .pc files are normally...
2002-12-18 Richard LevitteUpdate the current status
2002-12-18 Andy PolyakovBetter wording?
2002-12-18 Andy PolyakovFix for RT#405, Solaris refuses to invoke preprocessor...
2002-12-17 Andy PolyakovMake "perl des-586.pl a.out" work, see RT#402
2002-12-16 Andy Polyakov'a=b c=$a; echo $c' doesn't necessarily prints "b"...
2002-12-16 Richard LevitteTransfer the Solaris shared library building changes...
2002-12-16 Richard LevitteProtect loading routines with a lock.
2002-12-15 Richard LevitteSynchronise with Makefiles.
2002-12-15 Andy PolyakovAlways forget this one...
2002-12-15 Andy PolyakovDES PIC-ification. "Cygwin" companion. Problem was...
2002-12-15 Richard LevitteMake sure manual pages are properly linked to on system...
2002-12-15 Richard LevitteUpdate the make system for installations:
2002-12-15 Richard LevitteDon't define macros in terms of asm() when __STRICT_ANS...
2002-12-15 Richard LevitteBring des_locl.h at the same level as in the 0.9.7...
2002-12-15 Andy PolyakovOoops! No ROTATE on some platforms after x86_64 perform...
2002-12-14 Andy PolyakovAs you might have noticed I tried to change for . prefi...
2002-12-14 Andy PolyakovSolaris shared build fix-ups. See RT#238,239 for details.
2002-12-14 Andy PolyakovNew DETECT_GNU_LD procedure.
2002-12-14 Andy Polyakovx86_64 performance patch.
2002-12-14 Andy PolyakovDES PIC-ification. Windows companion.
2002-12-13 Geoff ThorpeThe ampersand is not required in these constructs,...
2002-12-13 Andy PolyakovIA-32 assembler modules (primarily DES) PIC-ification...
2002-12-13 Richard LevitteOK, there's at least one application author who has...
2002-12-12 Richard LevitteBIO_new_bio_pair() was unnecessarily described in it...
2002-12-12 Richard LevitteBIO_set_nbio() is enumerated, but not explained. Remov...
2002-12-12 Richard LevitteI forgot one item I intend to work on.
2002-12-12 Richard LevitteSkip DH-specific tests when no-dh has been configured.
2002-12-12 Richard LevitteDocument the modifications in 0.9.7 that will make...
2002-12-11 Geoff ThorpeMake 'tunala' link with zlib if possible (so it works...
2002-12-11 Richard LevitteIn CRYPTO_lock(), check that the application cares...
2002-12-11 Richard Levittesk_*_push() returns the number of items on the stack...
2002-12-11 Richard LevitteLet's not forget the other places where HEADER_DES_H...
2002-12-11 Richard LevitteLet's not forget the other places where HEADER_DES_H...
2002-12-11 Richard LevitteSince HEADER_DES_H has been the protector of des.h...
2002-12-11 Geoff ThorpeThis stops a compiler warning from -Wmissing-prototypes.
2002-12-10 Lutz JänickeUpdate -Olimit setting.
2002-12-10 Ralf S. Engelschalltest commit (just removing tailing blanks) #2 after...
2002-12-10 Ralf S. Engelschalltest commit (removing trailing blanks) after migration
2002-12-10 Ralf S. Engelschalltest blank-line commit after migration -- just ignore
next