summaryrefslogtreecommitdiff
path: root/src/sexp.c
Commit message (Expand)AuthorAgeFilesLines
* sexp: Raise an error when an integer is negative with USG.NIIBE Yutaka2021-01-131-0/+6
* sexp: Fix coding of line break.NIIBE Yutaka2020-05-271-1/+2
* sexp: Extend gcry_sexp_extract_param with a multi-string extractor.Werner Koch2020-04-141-2/+52
* sexp: Extend gcry_sexp_extract_param with new format specifiers.Werner Koch2020-04-091-18/+147
* sexp: fix cast from 'int' pointer to 'size_t' pointerJussi Kivilinna2020-01-221-2/+2
* sexp: Improve argument checking of sexp parser.Werner Koch2019-07-151-0/+7
* sexp: Support reading base64.NIIBE Yutaka2019-06-251-9/+66
* sexp: Fix uninitialized use of a var in the error case.Werner Koch2018-10-231-1/+1
* doc: Clarify the value range of the use-rsa-e parameter.Werner Koch2018-03-221-1/+1
* sexp: Avoid a fatal error in case of ENOMEM in called functions.Werner Koch2017-11-241-13/+15
* src: Improve S-expression parsing.Justus Winter2016-04-141-0/+7
* Update documentation for 'gcry_sexp_extract_param'.Justus Winter2016-03-161-4/+7
* Fix typos found using codespellJustus Winter2015-11-171-1/+1
* Fix gpg_error_t and gpg_err_code_t confusion.NIIBE Yutaka2015-10-141-2/+2
* sexp: Fix invalid deallocation in error path.Peter Wu2015-07-141-1/+1
* sexp: Check args of gcry_sexp_build.Werner Koch2014-08-211-3/+8
* sexp: Fix broken gcry_sexp_nth.Werner Koch2014-01-281-16/+67
* Remove macro hacks for internal vs. external functions. Part 2 and last.Werner Koch2013-12-121-30/+30
* sexp: Allow long names and white space in gcry_sexp_extract_param.Werner Koch2013-12-071-7/+40
* Remove macro hacks for internal vs. external functions. Part 1.Werner Koch2013-12-051-84/+84
* mpi: Add special format GCRYMPI_FMT_OPAQUE.Werner Koch2013-11-111-30/+24
* sexp: Add function gcry_sexp_extract_param.Werner Koch2013-10-161-0/+235
* sexp: Improve printing of data with a leading zero.Werner Koch2013-09-251-0/+2
* sexp: Change internal versions to always use gpg_err_code_t.Werner Koch2013-09-201-32/+32
* sexp: Improve printing data representing a negative number.Werner Koch2013-09-191-0/+4
* ecc: Implement Curve Ed25519 signing and verification.Werner Koch2013-09-161-0/+24
* sexp: Allow white space anywhere in a hex format.Werner Koch2013-07-291-22/+21
* sexp: Add function gcry_sexp_nth_buffer.Werner Koch2013-07-191-0/+26
* Fixed indentation of sexp.cWerner Koch2012-10-301-189/+220
* Fixed leading zero problems in PSS and OAEP.ueno-pssWerner Koch2011-06-101-5/+22
* Nuked almost all trailing whitespace.post-nuke-of-trailing-wsWerner Koch2011-02-041-68/+68
* Changed ecdh parameter names and fixed MPI allocation.Werner Koch2011-01-311-25/+65
* fixes for msvc compilerWerner Koch2010-06-291-1/+1
* 2010-04-16 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2010-04-161-30/+36
* Applied spelling fixes and more verbose test diagnositcs by Brad Hards.Werner Koch2010-04-121-2/+2
* Minor bug fixes.Werner Koch2009-07-021-1/+0
* Portability fixes.Werner Koch2009-02-161-1/+0
* Finished RSA X9.31 key generation.Werner Koch2008-11-251-3/+62
* Reorganizatiosn to support the visibility attribute.Werner Koch2007-10-311-8/+10
* Enhanced support for ECDSA.Werner Koch2007-04-181-88/+95
* A lot of cleanups as well as minor API changes.Werner Koch2007-02-211-30/+43
* Various minor changes.Werner Koch2006-10-171-2/+2
* Collected changes - see ChangeLogsWerner Koch2006-07-261-1/+1
* Changed xmalloc style calls to proper malloc calls with error returns atWerner Koch2006-06-211-75/+151
* (whitespacep): New.Werner Koch2005-04-141-15/+29
* * sexp.c (sexp_sscan): Removed C++ style comments. Noted by YoannWerner Koch2004-10-121-2/+0
* 2004-08-23 Moritz Schulte <moritz@g10code.com>Moritz Schulte2004-08-231-1/+0
* * secmem.c (_gcry_secmem_init): Do not print the "not locked intoWerner Koch2004-02-031-27/+90
* * Manifest: New.Werner Koch2003-11-111-2/+19
* 2003-10-27 Moritz Schulte <mo@g10code.com>Moritz Schulte2003-10-271-289/+364