gnutls:gnutls.git
2011-11-10 Nikos Mavrogiannopoulossilence test
2011-11-10 Nikos MavrogiannopoulosCorrected ECC key generation.
2011-11-10 Nikos Mavrogiannopoulosfail on certificate verification
2011-11-10 Nikos MavrogiannopoulosAdded ECDSA key generation, signing and verification...
2011-11-10 Nikos Mavrogiannopoulosverify the self signature of a CRQ when --crq-info...
2011-11-10 Simon JosefssonAdd verify-high.h, to export some structs (for OCSP).
2011-11-10 Simon JosefssonAdd explicit digest mapping functions (for OCSP).
2011-11-10 Simon JosefssonMake verify-high structures internally accessible ...
2011-11-10 Simon JosefssonIndent.
2011-11-10 Simon JosefssonMake more functions available internally (for OCSP).
2011-11-10 Simon JosefssonMake asciiprint a globally available function.
2011-11-10 Simon JosefssonAdd.
2011-11-10 Nikos Mavrogiannopoulosdropped packets are also reported on gnutls_deinit...
2011-11-10 Nikos Mavrogiannopoulosperiodically print messages that might be used in timin...
2011-11-09 Nikos MavrogiannopoulosLGPLv3 license was moved to root.
2011-11-09 Simon JosefssonUpdate gtk-doc template.
2011-11-09 Nikos Mavrogiannopoulosupdated
2011-11-09 Simon JosefssonRemove redundant const keyword in (confuses gtk-doc...
2011-11-09 Simon JosefssonMention libidn dependency for crywrap.
2011-11-09 Simon JosefssonDon't crash if gnutls_pubkey_deinit is given a NULL...
2011-11-09 Simon JosefssonRemove dead code and use more static.
2011-11-09 Simon JosefssonFix code coverage rules.
2011-11-09 Simon JosefssonIgnore coverage related stuff.
2011-11-09 Simon JosefssonDon't add p11-kit to CFLAGS/LIBS globally, just where...
2011-11-09 Simon JosefssonThe build rule didn't really work before, now fixed...
2011-11-09 Simon JosefssonRemove unneeded stuff.
2011-11-09 Nikos Mavrogiannopoulosenable _gnutls_dump_mpi() when debugging.
2011-11-09 Nikos MavrogiannopoulosRevert "Remove dead code."
2011-11-09 Nikos MavrogiannopoulosNo need to distribute the libgcrypt backend (which...
2011-11-09 Nikos Mavrogiannopoulosupdated to include padlock.
2011-11-09 Nikos Mavrogiannopoulosrelease allocated memory on a cipher or mac failure...
2011-11-09 Nikos Mavrogiannopoulosclarified usage of gnutls_record_check_pending().
2011-11-09 Simon JosefssonRemove dead code.
2011-11-09 Simon JosefssonSort and add.
2011-11-09 Simon JosefssonRemove some redundant prototypes and use more static.
2011-11-09 Simon JosefssonSimplify redundant code.
2011-11-08 Simon JosefssonAdd pmccabe2html gnulib module.
2011-11-08 Simon JosefssonRemove obsolete files.
2011-11-08 Simon JosefssonSimplify static library renaming hack.
2011-11-08 Simon JosefssonCleanup and fix authorship notice (I didn't write this...
2011-11-08 Simon JosefssonFix srcdir!=builddir builds.
2011-11-08 Simon JosefssonAllow distcheck to work, the suppressions.valgrind...
2011-11-08 Simon Josefssonenums.texi: Look in builddir too for gnutls.h.
2011-11-08 Simon Josefssondoc: man pages for API functions were removed.
2011-11-08 Simon JosefssonUpdate gnulib files.
2011-11-08 Simon JosefssonImprove syntax-check rules.
2011-11-08 Simon JosefssonRe-indent.
2011-11-08 Simon JosefssonFix syntax-check whitespace nit.
2011-11-08 Simon JosefssonFix portability quirk.
2011-11-08 Simon JosefssonFix 'the the' double use.
2011-11-08 Simon JosefssonRemove unneeded assert.h inclusion.
2011-11-08 Simon JosefssonDrop unneeded .gitattributes.
2011-11-08 Simon JosefssonUpdate gtk-doc files.
2011-11-08 Simon JosefssonDrop openssl API from GnuTLS API manual to avoid build...
2011-11-08 Simon JosefssonDrop more extra stuff.
2011-11-08 Simon JosefssonRemove obsolete libgnutls-extra stuff.
2011-11-08 Simon JosefssonInclude examples.h to get verify_certificate_callback...
2011-11-08 Simon JosefssonImprove header ignoring.
2011-11-08 Simon JosefssonUse gettext 0.18 to avoid build error.
2011-11-08 Simon JosefssonFix compile warnings.
2011-11-08 Simon JosefssonSync with TP.
2011-11-08 Nikos Mavrogiannopoulosreleased 3.0.7 gnutls_3_0_7
2011-11-08 Nikos MavrogiannopoulosCorrected ciphersuite GNUTLS_ECDHE_RSA_AES_128_CBC_SHA2...
2011-11-08 Nikos Mavrogiannopoulosbug fix in gnutls_session_get_data().
2011-11-07 Nikos Mavrogiannopoulosbumped version gnutls_3_0_6
2011-11-07 Alban Crequygnutls_session_get_data: fix possible buffer overflow
2011-11-05 Nikos Mavrogiannopoulosdocumented changes.
2011-11-05 Nikos MavrogiannopoulosVerify that received ECDH public key lies on the curve.
2011-11-05 Nikos MavrogiannopoulosECDHE ciphersuites take precendence to plain DHE
2011-11-05 Nikos Mavrogiannopoulosdocumented fixes
2011-11-05 Nikos Mavrogiannopoulosre-removed file
2011-11-05 Nikos MavrogiannopoulosReport correct error on ECC key parsing error.
2011-11-05 Nikos Mavrogiannopoulosconverted more things to native gmp. This solves issue...
2011-11-05 Nikos MavrogiannopoulosAdded tests for null ciphersuites.
2011-11-04 Nikos Mavrogiannopoulosdocumented fix
2011-11-04 Nikos MavrogiannopoulosInclude only a single example with X.509 client. This...
2011-11-04 Nikos Mavrogiannopoulosno libextra in doc
2011-11-04 Nikos Mavrogiannopouloscorrected NULL cipher encryption. Reported by Fabrice...
2011-11-03 Ludovic Courtèsguile: Rename `libguile-gnutls-v-2.la' to `guile-gnutls...
2011-11-03 Ludovic Courtèsguile: Install libguile-gnutls under $(libdir)/guile...
2011-11-03 Ludovic Courtèsguile: Rename to `libguile-gnutls-v-2'.
2011-11-03 Ludovic Courtèsdoc: Make it clear that both Guile 1.8 and 2.0 are...
2011-11-03 Ludovic Courtèsguile: Update doc to reflect the removal of (gnutls...
2011-11-03 Ludovic Courtèsguile: Remove uses of (gnutls extra) from the tests.
2011-11-03 Ludovic Courtèsguile: Merge the (gnutls extra) module in (gnutls)...
2011-11-03 Ludovic CourtèsReverting "Drop guile libgnutls-extra stuff."
2011-11-02 Nikos Mavrogiannopoulosremoved duplicate code.
2011-11-02 Nikos Mavrogiannopoulosremoved enumerations that don't exist
2011-11-02 Simon JosefssonFix typo.
2011-11-01 Nikos Mavrogiannopouloshmac-md5 gnulib module was removed (it was no longer...
2011-11-01 Nikos Mavrogiannopoulosmore files to ignore
2011-11-01 Nikos Mavrogiannopoulosprint all groups.
2011-11-01 Nikos MavrogiannopoulosAdded 3072 and 4096-bit groups from RFC5054.
2011-11-01 Nikos Mavrogiannopoulosread_file() and friends are accessed as gl_read_file().
2011-11-01 Nikos Mavrogiannopoulosread_file and friends were renamed to gl_read_file.
2011-10-30 Nikos Mavrogiannopoulosadded David
2011-10-30 Nikos Mavrogiannopoulosdocumented fix
2011-10-28 Nikos Mavrogiannopouloserrcodes printlist and alert-printlist become EXTRA_PRO...
2011-10-28 Simon JosefssonFix bootstrap rule to avoid duplicate gettext files.
2011-10-28 Simon JosefssonRemove old hack.
next