]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2006-03-20  Dr. Stephen... Initial support for pluggable public key ASN1 support...
2006-03-20  Dr. Stephen... Stop compiler warnings.
2006-03-19  Nils Larschfix last commit: return NULL is TS_RESP_CTX_set_status_...
2006-03-18  Nils Larschensure the pointer is valid before using it
2006-03-18  Nils Larschcheck if con != NULL before using it
2006-03-18  Nils Larschremove unnecessary code
2006-03-18  Richard LevitteTypo...
2006-03-17  Ulf Möller*** empty log message ***
2006-03-17  Ulf MöllerClarification for CPU specific config options.
2006-03-15  Nils Larschfix for OPENSSL_NO_EC
2006-03-15  Nils Larschfix problems found by coverity: remove useless code
2006-03-15  Richard Levittetlsext_ecpointformatlist_length is unsigned, so check...
2006-03-15  Nils Larschcreate BN_CTX object
2006-03-14  Nils Larschfix error found by coverity: check if ctx is != NULL...
2006-03-13  Nils Larschfix error found by coverity: check if ctx is != NULL...
2006-03-13  Nils Larschsigned vs. unsigned
2006-03-13  Richard LevitteOh, now I noticed Bodo's change that made tlsext_ecpoin...
2006-03-13  Richard LevitteResolve signed vs. unsigned issues
2006-03-13  Bodo Möllerfix sign problems
2006-03-13  Nils Larschremove unused variables
2006-03-13  Bodo Möllerudpate Supported Point Formats Extension code
2006-03-12  Nils Larschfix comment
2006-03-12  Nils Larschuse BIO_snprintf() instead of snprintf + use BIO_FP_TEX...
2006-03-12  Nils Larschnote that SSL_library_init() is not reentrant
2006-03-11  Bodo MöllerImplement the Supported Point Formats Extension for...
2006-03-11  Bodo Möllerclarification
2006-03-11  Nils Larschfix signed vs. unsigned warning
2006-03-11  Nils Larschfix "missing initializer" warning
2006-03-11  Nils Larschfix signed vs. unsigned warning
2006-03-10  Nils Larschmake update
2006-03-10  Nils Larschadd initial support for RFC 4279 PSK SSL ciphersuites
2006-03-08  Richard LevitteRemember to *build* WP_TEST on VMS, as well :-)
2006-03-07  Nils Larschfix function name in error message
2006-03-06  Ulf Möllerunused function
2006-03-06  Richard LevitteThe actual whirlpool test was missing on VMS...
2006-03-05  Nils Larschconstify some print and ts functions
2006-03-05  Dr. Stephen... Typo.
2006-03-04  Nils Larschno need to cast away the const
2006-03-04  Nils Larschmake some parameters const
2006-03-02  Richard LevitteMake shorter TS symbols for OpenVMS.
2006-03-02  Richard LevitteForgot the TSA application...
2006-03-01  Dr. Stephen... Check EVP_DigestInit_ex() return value in EVP_BytesToKey().
2006-03-01  Nils Larschforce C locale when using [a-z] in sed expressions
2006-02-28  Nils Larschfix "#ifndef HZ" statement
2006-02-26  Ulf MöllerTS bugfixes: Do not hardcode message digest algorithms...
2006-02-26  Richard LevitteSynchronise with openss.cnf
2006-02-26  Richard LevitteAdd a TSA test. testtsa.com is a manual sh to dcl...
2006-02-26  Richard LevitteAdd TS to the VMS build.
2006-02-26  Richard LevitteBreak out deltree in its' own command procedure.
2006-02-24  Nils Larschfix no-dh configure option; patch supplied by Peter...
2006-02-21  Dr. Stephen... Print out <INVALID> if an OID value is invalid.
2006-02-19  Dr. Stephen... Tolerate a SEQUENCE in DN components.
2006-02-16  Ulf Möllerignore
2006-02-16  Ulf Möllermessage style
2006-02-16  Ulf Mölleroops
2006-02-16  Ulf Möllerwrap shlib for testtsa
2006-02-15  Nils Larschmake some internal functions static; patch supplied...
2006-02-15  Nils Larschfix typos
2006-02-15  Dr. Stephen... Fix from stable branch.
2006-02-15  Dr. Stephen... Fix warnings.
2006-02-15  Ulf Möllershorter filenames
2006-02-14  Nils Larschuse asn1 callbacks for new, free and d2i
2006-02-13  Nils Larschdon't use the l length modifier for int
2006-02-13  Nils Larschuse stricter prototypes, fix warnings
2006-02-13  Nils Larschfix warning: add missing prototype
2006-02-13  Nils Larschfix warning
2006-02-13  Nils Larschfix typo: pass pre-computed parameters to the underlyin...
2006-02-12  Ulf Möller*** empty log message ***
2006-02-12  Ulf Möllermake update
2006-02-12  Ulf Möllertime stamp Makefile, test files
2006-02-12  Ulf MöllerRFC 3161 compliant time stamp request creation, respons...
2006-02-11  Dr. Stephen... Minor clarification.
2006-02-11  Dr. Stephen... Add FAQ about AKID.
2006-02-10  Richard LevitteDocument the building macros.
2006-02-10  Richard LevitteAs an effect of revisions 1.261, BUILD_CMD was changed...
2006-02-09  Dr. Stephen... Fix warnings about "sin" conflicting with sin(3) defini...
2006-02-09  Dr. Stephen... Avoid warnings about shadowed definitions.
2006-02-09  Dr. Stephen... Update from 0.9.7-stable.
2006-02-08  Nils Larschremove unnecessary check
2006-02-08  Nils Larschp could be uninitialized
2006-02-07  Bodo Möllermove new member of SSL_SESSION to the end
2006-02-04  Dr. Stephen... Update filenames in makefiles.
2006-02-04  Dr. Stephen... Recognize mingw in perlasm.
2006-02-02  Nils Larschfix if statement: call conn_state() if the BIO is not...
2006-01-31  Dr. Stephen... Ignore zero length constructed segments.
2006-01-30  Lutz JänickeTypo
2006-01-29  Nils Larschadd additional checks + cleanup
2006-01-19  Dr. Stephen... Fixes for BOOL handling: produce errors for invalid...
2006-01-15  Nils Larschrecent changes from 0.9.8: fix cipher list order in...
2006-01-15  Dr. Stephen... Fix from stable branch.
2006-01-15  Dr. Stephen... Typo.
2006-01-15  Dr. Stephen... Update from stable branch.
2006-01-14  Richard Levittesigned vs. unsigned clash.
2006-01-14  Nils Larschsupport numeric strings in ASN1_generate_nconf
2006-01-13  Nils Larschfix comment
2006-01-13  Nils Larsch2 is a prime
2006-01-13  Bodo MöllerFurther TLS extension improvements
2006-01-11  Richard LevitteForgot to initialize CC6DISABLEWARNINGS properly...
2006-01-11  Richard LevitteTypo...
2006-01-11  Bodo Möllerimprovements for alert handling
next