summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Added gnutls_pkcs11_privkey_t and gnutls_privkey_t types. Those areNikos Mavrogiannopoulos2010-06-0335-980/+1968
* Added several helper functions, to allow printing of tokens.Nikos Mavrogiannopoulos2010-06-033-21/+228
* Added ability to export certificates from PKCS #11 tokens.Nikos Mavrogiannopoulos2010-06-035-229/+357
* Added initial PKCS #11 support. Certtool can now print lists of certificatesNikos Mavrogiannopoulos2010-06-0318-27/+1667
* Optimized the check_if_same().Nikos Mavrogiannopoulos2010-06-031-3/+26
* Added a forgoten by god OID for RSA. Warn using the actual OIDNikos Mavrogiannopoulos2010-06-033-6/+11
* Adapt session ticket support to mbuffer API.Jonathan Bastien-Filiatrault2010-06-031-4/+6
* Use mbuffers for handshake synthesis.Jonathan Bastien-Filiatrault2010-06-035-131/+174
* Make _gnutls_handshake_io_send_int accept a mbuffer_st.Jonathan Bastien-Filiatrault2010-06-033-17/+7
* Simplify handshake send buffer logic.Jonathan Bastien-Filiatrault2010-06-035-125/+61
* Fix interrupted write braino.Jonathan Bastien-Filiatrault2010-06-031-1/+1
* Avoid pointer warning.Jonathan Bastien-Filiatrault2010-06-031-1/+1
* Remove now useless _gnutls_mbuffer_enqueue{,copy} functions.Jonathan Bastien-Filiatrault2010-06-033-45/+3
* Allocate data buffer with mbuffer_st structure as suggested by Nikos.Jonathan Bastien-Filiatrault2010-06-034-32/+24
* Prepare for mbuffer allocation by the caller.Jonathan Bastien-Filiatrault2010-06-032-5/+36
* GNUify some missed GNUification.Jonathan Bastien-Filiatrault2010-06-031-8/+8
* Harmonize read and write function names.Jonathan Bastien-Filiatrault2010-06-031-3/+3
* Now that LEVEL and LEVEL_EQ are fixed, use less lines.Jonathan Bastien-Filiatrault2010-06-031-0/+1
* Make LEVEL and LEVEL_EQ macros safer.Jonathan Bastien-Filiatrault2010-06-031-4/+4
* Use a datum for ciphered data in _gnutls_send_int.Jonathan Bastien-Filiatrault2010-06-031-20/+18
* Remove the prototype for the non-existant function _gnutls_io_write_buffered2.Jonathan Bastien-Filiatrault2010-06-031-2/+0
* Cleanup of the remaining internals.record_send_buffer mess.Jonathan Bastien-Filiatrault2010-06-032-13/+3
* Remove yet another !@#$% instance of redundant hexadecimal dumping.Jonathan Bastien-Filiatrault2010-06-031-19/+1
* Modify slightly the contract of _gnutls_io_write_buffered as suggestedJonathan Bastien-Filiatrault2010-06-033-15/+20
* Pass datums to mbuffers by address instead of by value.Jonathan Bastien-Filiatrault2010-06-033-11/+11
* Corrected case where handshake data were received during a session. It now st...Nikos Mavrogiannopoulos2010-06-032-35/+34
* Simplify _gnutls_io_write_buffered and _gnutls_io_write_flush with mbuffers.Jonathan Bastien-Filiatrault2010-06-031-152/+46
* Change type of internals.record_send_buffer to a mbuffer.Jonathan Bastien-Filiatrault2010-06-032-3/+4
* Extract a simple_write function from _gnutls_io_write_buffered.Jonathan Bastien-Filiatrault2010-06-031-0/+53
* Add dump_bytes function.Jonathan Bastien-Filiatrault2010-06-031-21/+1
* Add gnutls_mbuffers.{c,h} with some basic mbuffer operations.Jonathan Bastien-Filiatrault2010-06-034-1/+224
* Do not rely on version ordering; use switch..case instead.Jonathan Bastien-Filiatrault2010-06-031-3/+33
* Remove hardcoded version checks in auth_cert.c.Jonathan Bastien-Filiatrault2010-06-031-0/+1
* Remove hardcoded version check in gnutls_state.c.Jonathan Bastien-Filiatrault2010-06-031-0/+1
* Remove hardcoded version checks in gnutls_cipher.c.Jonathan Bastien-Filiatrault2010-06-031-0/+1
* Remove hardcoded version checks in gnutls_sig.c.Jonathan Bastien-Filiatrault2010-06-031-0/+1
* Remove hardcoded version checks in gnutls_handshake.c.Jonathan Bastien-Filiatrault2010-06-031-0/+1
* Add version check function for selectable signature/hash certificate algorithms.Jonathan Bastien-Filiatrault2010-06-031-0/+8
* Add version check functions for non-minimal padding.Jonathan Bastien-Filiatrault2010-06-031-0/+7
* Add version check function for explicit IV.Jonathan Bastien-Filiatrault2010-06-032-1/+8
* Add version check functions for selectable PRF and extension handling.Jonathan Bastien-Filiatrault2010-06-031-0/+1
* Splitted safe renegotiation capabilities toNikos Mavrogiannopoulos2010-06-015-54/+34
* Update gnulib files, use valgrind-tests module, fix syntax-check problems.Simon Josefsson2010-05-2825-89/+885
* Use correct hashing algorithms for DSA with q over 160 bits.Nikos Mavrogiannopoulos2010-05-254-24/+51
* Better checks in loops.Nikos Mavrogiannopoulos2010-05-241-2/+2
* Doc fix.Simon Josefsson2010-05-221-1/+1
* Readd lost fix from Nikos.Simon Josefsson2010-05-221-1/+2
* Readd lost fix from Nikos.Simon Josefsson2010-05-221-0/+6
* Doc fixes.Simon Josefsson2010-05-221-1/+1
* Doc fix.Simon Josefsson2010-05-221-16/+8