1gnutls_srp_base64_encode(3)         gnutls         gnutls_srp_base64_encode(3)
2
3
4

NAME

6       gnutls_srp_base64_encode - API function
7

SYNOPSIS

9       #include <gnutls/gnutls.h>
10
11       int  gnutls_srp_base64_encode(const  gnutls_datum_t  * data, char * re‐
12       sult, size_t * result_size);
13

ARGUMENTS

15       const gnutls_datum_t * data
16                   contain the raw data
17
18       char * result
19                   the place where base64 data will be copied
20
21       size_t * result_size
22                   holds the size of the result
23

DESCRIPTION

25       This function will convert the given data to printable data, using  the
26       base64  encoding,  as used in the libsrp.  This is the encoding used in
27       SRP password  files.   If  the  provided  buffer  is  not  long  enough
28       GNUTLS_E_SHORT_MEMORY_BUFFER is returned.
29
30       Warning!   This  base64  encoding is not the "standard" encoding, so do
31       not use it for non-SRP purposes.
32

RETURNS

34       GNUTLS_E_SHORT_MEMORY_BUFFER if the buffer given is not long enough, or
35       0 on success.
36

REPORTING BUGS

38       Report bugs to <bugs@gnutls.org>.
39       Home page: https://www.gnutls.org
40
41
43       Copyright © 2001- Free Software Foundation, Inc., and others.
44       Copying  and  distribution  of this file, with or without modification,
45       are permitted in any medium without royalty provided the copyright  no‐
46       tice and this notice are preserved.
47

SEE ALSO

49       The  full  documentation  for gnutls is maintained as a Texinfo manual.
50       If the /usr/share/doc/gnutls/ directory does not contain the HTML  form
51       visit
52
53       https://www.gnutls.org/manual/
54
55gnutls                               3.7.6         gnutls_srp_base64_encode(3)
Impressum