summaryrefslogtreecommitdiff
path: root/lib/str.c
Commit message (Expand)AuthorAgeFilesLines
* lib/str.c: Replace sscanf() in _gnutls_buffer_unescape()Tim Rühsen2019-10-131-14/+11
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Remove redundant resets of variables after free()Tim Rühsen2019-02-221-1/+1
* Fix typos in lib/tmp-fix-typos-in-libTim Rühsen2019-01-041-1/+1
* vasprintf: use from gnulib; don't bundle twiceNikos Mavrogiannopoulos2018-12-191-1/+0
* buf: _gnutls_buffer_pop_data made easier to useNikos Mavrogiannopoulos2018-02-191-9/+8
* kx: moved to new buffer APINikos Mavrogiannopoulos2018-02-191-8/+0
* str: added _gnutls_buffer_pop_prefix24 and _gnutls_buffer_pop_prefix8Nikos Mavrogiannopoulos2018-02-191-0/+45
* str: use assert to mark impossible casesNikos Mavrogiannopoulos2018-02-191-0/+2
* str: allow creating a read-only bufferNikos Mavrogiannopoulos2018-02-191-1/+6
* str: rename _gnutls_buffer_pop_prefix to _gnutls_buffer_pop_prefix32Nikos Mavrogiannopoulos2018-02-191-3/+3
* str: rename _gnutls_buffer_pop_datum_prefix to _gnutls_buffer_pop_datum_prefix32Nikos Mavrogiannopoulos2018-02-191-2/+2
* str: added helper functions to read prefixed data with 8 or 16-bit headersNikos Mavrogiannopoulos2018-02-191-0/+62
* str: added function to append fixed-size MPINikos Mavrogiannopoulos2018-02-191-0/+37
* nettle base64_encode_raw: use cast to avoid warningsNikos Mavrogiannopoulos2018-02-061-1/+1
* _gnutls_buffer_append_data_prefix: cleanupNikos Mavrogiannopoulos2017-07-131-6/+5
* Removed unused functionsNikos Mavrogiannopoulos2017-07-101-33/+0
* x509/output: print the public key PIN of a certificateNikos Mavrogiannopoulos2017-02-231-0/+21
* eliminated various clang warnings with non-null argumentsNikos Mavrogiannopoulos2017-02-201-0/+3
* avoid the use of c_isascii() and use c_isprint()Nikos Mavrogiannopoulos2016-11-231-1/+1
* cleanups in _gnutls_buffer_to_datum()Nikos Mavrogiannopoulos2016-11-141-5/+9
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-1/+1
* avoid the usage of strncpyNikos Mavrogiannopoulos2016-09-111-1/+1
* _gnutls_hex2bin: refuse to decode odd-sized hex dataNikos Mavrogiannopoulos2016-04-291-0/+3
* _gnutls_hex2bin: avoid overrun in the provided bufferNikos Mavrogiannopoulos2015-09-141-2/+1
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-0/+951