openssl.git
2000-09-18 Ulf Möllerispell
2000-09-18 Ulf MöllerNote the BN_mod_exp_word bug. (Markus Friedl provided...
2000-09-18 Richard LevitteA couple more reports.
2000-09-18 Richard Levitteftime() is not supported on SGI.
2000-09-18 Richard LevitteNew documentation about things related to SSL_CIPHER...
2000-09-18 Richard LevitteHP-UX 64-bit has dlfcn, so let's use that instead of...
2000-09-18 Richard LevitteA few more reports
2000-09-18 Richard LevitteNo engine stuff in the main trunk.
2000-09-18 Richard LevitteA few more reports
2000-09-18 Dr. Stephen... Work around for Netscape PKCS#7 signedData bug.
2000-09-18 Richard LevitteA few more reports
2000-09-18 Richard LevitteGoing through performance statistics sometimes generate...
2000-09-18 Richard Levittecyclecount is only used when __GNUC__ isn't defined.
2000-09-18 Richard LevitteDisable the net statistics gathering code, since differ...
2000-09-18 Richard LevitteHP-UX didn't go through
2000-09-18 Richard LevitteTypo in the added hpux targets. -ldl should be -ldld.
2000-09-18 Richard LevitteThe test status as it has been reported so far
2000-09-18 Richard LevitteUnless we cast, thorough compilers will complain
2000-09-18 Richard LevitteJeffrey Altman reminds us to initialize some variables...
2000-09-17 Richard LevitteDeclare the availability of beta 2 in STATUS.
2000-09-17 Richard LevitteA new beta is being released. Change the version numbers
2000-09-17 Richard Levittemake update
2000-09-17 Richard LevitteA patch from HP for better performance.
2000-09-17 Richard LevitteRestore the descriptions to conform with the rest of the
2000-09-17 Richard LevitteJeffrey Altman <jaltman@columbia.edu> sent me a patch...
2000-09-17 Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL), since...
2000-09-17 Richard Levittesiglen is unsigned, so comparing it to less than 0...
2000-09-17 Richard LevitteOops, no engine in the main trunk.
2000-09-17 Richard LevitteTell users that a rewrite might be a good idea.
2000-09-17 Richard LevitteSome platforms define NULL as ((void *)0). Unfortunate...
2000-09-17 Richard LevitteA couple of more names need to be shortened for VMS...
2000-09-17 Richard LevitteMake sure Compaq C doesn'r complain about dollars,...
2000-09-17 Richard LevitteInform the VMS people that RSAref is no longer needed
2000-09-17 Richard LevitteVMS didn't work out too well...
2000-09-17 Bodo MöllerRename new BIO_set_shutdown_wr macro to just BIO_shutdo...
2000-09-16 Richard LevitteMove text that isn't really descriptions of the functio...
2000-09-16 Richard LevitteAdd BIO_seek() and BIO_tell() to the BIO control functi...
2000-09-16 Dr. Stephen... New macro BIO_set_shutdown_wr().
2000-09-16 Bodo MöllerSSL => TLS/SSL
2000-09-16 Bodo MöllerTLS => TLS/SSL
2000-09-16 Bodo MöllerChange spelling back to "behaviour" and "flavour" inste...
2000-09-16 Bodo MöllerClarification.
2000-09-16 Ulf Möllerispell and some other nit-picking
2000-09-16 Dr. Stephen... Remove redundant manpages and references to them.
2000-09-16 Ulf Mölleradd links to the new BIO and SSL manpages to make them...
2000-09-16 Dr. Stephen... BIO_f_ssl() docs.
2000-09-15 Richard LevitteCompile all dso files on VMS as well.
2000-09-15 Richard Levitte'make update'
2000-09-15 Richard LevitteMake sure dso_vms.c compiles on other operating systems...
2000-09-15 Richard LevitteA DSO method for VMS was missing, and I had the code...
2000-09-15 Richard LevitteMove up inclusion of conf.h, so non-MONOLITH programs...
2000-09-15 Dr. Stephen... Accept BIO docs.
2000-09-15 Richard Levitte'make update'
2000-09-15 Richard LevitteAdd a flag for OpenVMS.
2000-09-15 Richard LevitteLater, Jeffrey changed his mind. Apparently, GetCursor...
2000-09-15 Ulf MöllerJeffrey Altman points out that GetQueueStatus() crashes...
2000-09-15 Dr. Stephen... Update BIO_s_connect().
2000-09-14 Bodo MöllerSome small clarifications.
2000-09-14 Richard LevitteIn the name section, all the functions described shoud...
2000-09-14 Richard LevitteUpdate the info on version numbering
2000-09-14 Richard LevitteBIO_seed() and BIO_tell() were documented in two other...
2000-09-14 Richard LevitteBIO_seed() and BIO_tell() were documented in two other...
2000-09-14 Richard LevitteItems without a =over and a =back are ignored.
2000-09-14 Dr. Stephen... BIO_s_bio() manual page detailing BIO pair.
2000-09-14 Ulf MöllerBug fix: Montgomery multiplication could produce result...
2000-09-14 Richard LevitteRemove engine stuff that was erroneously put in the...
2000-09-14 Richard LevitteAdd Damien Miller's RPM specification file with a few...
2000-09-14 Richard LevitteRemove indentation in the NAME section. There's really...
2000-09-14 Richard LevitteAdd a number of documentation files, mostly for SSL...
2000-09-14 Richard LevitteAdd a configuration for Sony News 4.
2000-09-14 Dr. Stephen... Initial connect BIO docs.
2000-09-14 Richard LevitteRemove indentation in the NAME section. There's really...
2000-09-14 Richard Levittersa_num2 is no longer used, so remove it.
2000-09-14 Richard LevitteJeffrey Altman convinced me this patch was really neede...
2000-09-14 Dr. Stephen... Docs for socket BIO.
2000-09-13 Bodo Möller'make update'
2000-09-13 Dr. Stephen... BIO_s_fd() manual page.
2000-09-13 Ulf MöllerPoint to Peter Gutmann's revised paper.
2000-09-13 Richard LevitteOne more passed test
2000-09-13 Richard LevitteUpdate info on what has been fixed
2000-09-13 Richard LevitteUpdate info on what has been fixed, and switch format...
2000-09-13 Richard LevitteMake sure that Configure will defined DSO_WIN32 for...
2000-09-13 Richard Levitte3 changes:
2000-09-13 Ulf MöllerThe other log message should have read "Note the DSA...
2000-09-13 Ulf MöllerMore Windows failures reported
2000-09-13 Ulf MöllerNot the DSA change.
2000-09-13 Ulf MöllerDon't set the two top bits to one when generating a...
2000-09-13 Dr. Stephen... Clarify some of the I/O issues.
2000-09-12 Richard LevitteA few more systems reported successfull.
2000-09-12 Bodo MöllerNew SSL API mode 'SSL_MODE_AUTO_RETRY', which disables...
2000-09-12 Ulf Möllerbug: RAND_poll().
2000-09-12 Richard LevitteHolger Reif reports a few more Solaris successes.
2000-09-12 Richard LevitteNote the failure on Win32
2000-09-12 Richard LevitteFreeBSD and solaris with gcc passed
2000-09-12 Richard LevitteBetter error checking for RSA and DSA signature and...
2000-09-12 Richard LevitteLinux in Sparc v7 passed
2000-09-12 Richard LevitteSCO 5.0.5 with both gcc and cc passed
2000-09-12 Dr. Stephen... More BIO docs.
2000-09-11 Richard LevitteDSA_verify() and DSA_sign() might return -1...
2000-09-11 Richard LevitteA couple more HP-UX targets tested.
next