summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Pull up from trunk.gnutls_1_0_0_patchesSimon Josefsson2005-04-281-5/+5
|
* *** empty log message ***Simon Josefsson2005-04-271-19670/+3705
|
* Version 1.0.25.Simon Josefsson2005-04-271-1/+1
|
* Bump version.Simon Josefsson2005-04-271-1/+1
|
* *** empty log message ***Nikos Mavrogiannopoulos2005-04-271-1/+1
|
* Backported from the new stable branch:Nikos Mavrogiannopoulos2005-04-274-24/+53
| | | | | | - Corrected bug in record packet parsing that could lead to a denial of service attack. - Corrected bug in RSA key export.
* changes to make the --disable-srp-authentication work again.Nikos Mavrogiannopoulos2005-01-261-0/+2
|
* (ChangeLog): Only log 1.0 entries.Simon Josefsson2005-01-191-1/+2
|
* *** empty log message ***Simon Josefsson2005-01-181-15998/+12207
|
* Version 1.0.24.Simon Josefsson2005-01-181-1/+1
|
* Fix.Simon Josefsson2005-01-181-1/+1
|
* (ChangeLog): Use other syntax.Simon Josefsson2005-01-181-1/+2
|
* Pull up from trunk.Simon Josefsson2005-01-181-0/+5
|
* (release): Fix.Simon Josefsson2005-01-181-2/+2
|
* Pull up from trunk.Simon Josefsson2005-01-181-0/+4
|
* rolled back incorrect commit in cli.cNikos Mavrogiannopoulos2005-01-151-57/+285
|
* (_gnutls_x509_parse_dn): Return buffer size, not string size, inSimon Josefsson2005-01-051-2/+2
| | | | *sizeof_buf. Reported by Martin Lambers <marlam@web.de>.
* *** empty log message ***Nikos Mavrogiannopoulos2004-12-162-0/+2
|
* corrected bug in gnutls_x509_set_time()Nikos Mavrogiannopoulos2004-12-151-0/+1
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-12-151-0/+11
|
* Corrected bugs found by Marcin Garski <mgarski@post.pl>Nikos Mavrogiannopoulos2004-12-155-289/+72
|
* corrected bug in parse_dn_oid(). Traced and reported by Pelle Johansson.Nikos Mavrogiannopoulos2004-11-251-0/+2
|
* Bump versions.Simon Josefsson2004-11-132-1/+3
|
* *** empty log message ***Simon Josefsson2004-11-131-3283/+3998
|
* Version 1.0.23.Simon Josefsson2004-11-131-1/+1
|
* Add.Simon Josefsson2004-11-131-0/+3
|
* Make private key optional in --to-p12, suggested by Fabian FagerholmSimon Josefsson2004-11-131-111/+136
| | | | <fabbe@paniq.net>.
* updated to the new libtasn1.Nikos Mavrogiannopoulos2004-11-115-35/+74
|
* backported the fix for CRL distribution points from unstable branch.Nikos Mavrogiannopoulos2004-11-112-3/+4
|
* Pull up from trunk.Simon Josefsson2004-11-041-1/+90
|
* Replace GNU LD version script with Libtool -export-symbols-regex,Simon Josefsson2004-10-294-32/+6
| | | | tiny patch from Joe Orton <joe@manyfish.co.uk>.
* Add.Simon Josefsson2004-10-281-0/+1
|
* Doc fixes, from Martijn Koster <mak@greenhills.co.uk>.Simon Josefsson2004-10-2811-103/+40
|
* Sync libtasn1 files with 0.2.11.Simon Josefsson2004-10-284-49/+50
|
* Bump versions.Simon Josefsson2004-10-282-1/+3
|
* *** empty log message ***Simon Josefsson2004-10-281-1576/+2340
|
* Version 1.0.22.Simon Josefsson2004-10-281-1/+1
|
* Make it compile.Simon Josefsson2004-10-281-1/+1
|
* Typo.Simon Josefsson2004-10-281-2/+2
|
* Add.Simon Josefsson2004-10-251-0/+3
|
* Move LIBS (i.e., -lz) to end of LIBGNUTLS_LIBS, to fixSimon Josefsson2004-10-251-1/+1
| | | | | libgnutls*-config --libs output, reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
* Add.Simon Josefsson2004-10-241-0/+1
|
* Fix --password.Simon Josefsson2004-10-241-3/+9
|
* Add.Simon Josefsson2004-10-242-0/+3
|
* (gnutls_certificate_set_x509_trust): Fix memory bug, tiny patch bySimon Josefsson2004-10-241-2/+3
| | | | Aleix Conchillo Flaque <aleix@member.fsf.org>.
* *** empty log message ***Simon Josefsson2004-10-242-0/+4
|
* Add pkg-config meta files, suggested by Stéphane LOEUILLETSimon Josefsson2004-10-247-1/+58
| | | | <stephane.loeuillet@tiscali.fr>.
* Add parameter --la-file to libgnutls-config and libgnutls-extra-config,Simon Josefsson2004-10-244-0/+19
| | | | tiny patch contributed by Joe Orton <joe@manyfish.co.uk>.
* print teletex strings if they contain only ASCII characters.Nikos Mavrogiannopoulos2004-10-201-1/+14
|
* Added second precision to the X.509 parsing functions.Nikos Mavrogiannopoulos2004-10-182-1/+7
| | | | (backported from the unstable)