summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Generated.gnutls_2_11_3Simon Josefsson2010-10-141-6/+2526
* Version 2.11.3.Simon Josefsson2010-10-141-1/+1
* Bump versions.Simon Josefsson2010-10-145-4/+14
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-14250-10497/+11997
* bumped versionNikos Mavrogiannopoulos2010-10-083-5/+5
* Revert "Applied last patch of Micah Anderson on IKE status."Nikos Mavrogiannopoulos2010-10-081-12/+9
* removed unneeded code.Nikos Mavrogiannopoulos2010-10-081-35/+0
* Applied last patch of Micah Anderson on IKE status.Nikos Mavrogiannopoulos2010-10-081-9/+12
* Applied patch on IKE extension by Micah AndersonNikos Mavrogiannopoulos2010-10-021-19/+24
* Updated cryptodev code to support the linux cryptodev extensions.Nikos Mavrogiannopoulos2010-10-025-83/+196
* Added MicahNikos Mavrogiannopoulos2010-10-021-0/+2
* Fix some syntax-check errors.Simon Josefsson2010-10-0117-18/+3
* Fix compiler warnings.Simon Josefsson2010-10-013-66/+67
* Mention new APIs.Simon Josefsson2010-10-012-1/+4
* Avoid bashism.Simon Josefsson2010-09-301-1/+1
* Don't return from void functions.Simon Josefsson2010-09-301-2/+2
* Remove spurious comma.Simon Josefsson2010-09-301-2/+2
* Remove spurious comma.Simon Josefsson2010-09-301-2/+2
* Make pkcs8-decode test work on Windows.Simon Josefsson2010-09-302-1/+3
* updatedNikos Mavrogiannopoulos2010-09-291-0/+3
* treat absence of parameters the same as having them disabled.Nikos Mavrogiannopoulos2010-09-291-2/+1
* Corrected behavior on failure (don't crash).Nikos Mavrogiannopoulos2010-09-291-2/+1
* Corrected bugs when restoring extensions during session resumtion.Nikos Mavrogiannopoulos2010-09-292-12/+13
* Use more informative logging for extensions.Nikos Mavrogiannopoulos2010-09-291-0/+4
* Add new extended key usage ipsecIKEMicah Anderson2010-09-298-1/+51
* --pkcs11-* in certtool was renamed to --p11-*.Nikos Mavrogiannopoulos2010-09-273-104/+111
* Added some comments and removed unused code.Nikos Mavrogiannopoulos2010-09-251-4/+2
* Corrected advertizing issue for session tickets.Nikos Mavrogiannopoulos2010-09-252-1/+6
* cleanup of TODO list. Removed very old entries, entries already fixed and add...Nikos Mavrogiannopoulos2010-09-241-15/+1
* IMED_RET parameters are easier to grasp.Nikos Mavrogiannopoulos2010-09-241-2/+2
* cipher,mac and digest priorities moved to crypto.cNikos Mavrogiannopoulos2010-09-245-12/+5
* changed the fatality level of some errors.Nikos Mavrogiannopoulos2010-09-231-3/+5
* No longer use is_fatal() during handshake. Explicitely treatNikos Mavrogiannopoulos2010-09-231-1/+6
* fflush stdout and stderr before the call to setbuf. This fixes issue in solar...Nikos Mavrogiannopoulos2010-09-231-0/+3
* documented changeNikos Mavrogiannopoulos2010-09-201-0/+8
* Corrected bug in wrap_nettle_pk_fixup that was importing DSA keys are RSA ones.Nikos Mavrogiannopoulos2010-09-191-1/+1
* indented some codeNikos Mavrogiannopoulos2010-09-192-282/+314
* updated revisionNikos Mavrogiannopoulos2010-09-191-1/+1
* Add an OpenPGP authentication unit test.Ludovic Courtès2010-09-193-6/+290
* Explicit symmetric cipher state versionning.Jonathan Bastien-Filiatrault2010-09-1717-774/+659
* Add gnutls_assert_val idiom.Jonathan Bastien-Filiatrault2010-09-171-0/+17
* updated for 2.11.1Nikos Mavrogiannopoulos2010-09-143-14/+14
* Added 3 levels of details in PKCS #11 URLs.Nikos Mavrogiannopoulos2010-09-108-150/+160
* Documented changes.Nikos Mavrogiannopoulos2010-09-101-0/+3
* Be liberal in the PEM decoding. That is spaces and tabs are being skipped.Nikos Mavrogiannopoulos2010-09-101-8/+4
* Fully mbufferize _gnutls_read and _gnutls_read_buffered.Jonathan Bastien-Filiatrault2010-09-091-40/+37
* mbuffers: Add _mbuffer_xfree operation.Jonathan Bastien-Filiatrault2010-09-091-1/+16
* mbuffers: make _gnutls_io_read_buffered use mbuffers.Jonathan Bastien-Filiatrault2010-09-095-73/+65
* Parenthesize size calculations.Jonathan Bastien-Filiatrault2010-09-091-2/+2
* mbuffers: Add mbuffer_linearize.Jonathan Bastien-Filiatrault2010-09-092-0/+40