gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

buffer\datum questions


From: Olya
Subject: buffer\datum questions
Date: Fri, 27 Jul 2012 04:00:43 +0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0

Hello.

I've been struggling with data buffering - seems like what I've guessed from 
source
code is not entirely true: buffer content is not what I've put in there, 
segfaults etc.

Could you help me to figure out how to use gnutls_str properly?
Code snippets would be most awesome. (Yepp, I'm aware that it's used throughout
GnuTLS - but thousands of lines of undocumented code is hardly a good 
illustration :)
I'll try to add some documentation to gnutls_str.c once I figure out how stuff 
in
there actually works.

1) I've got gnutls_buffer_st with some content and void * data of size len - 
how do I
replace the buffer content? Who\when does memory allocation\free?

2) I'd like to get hex representation of buffer content to char * (for 
printing) -
how do I do that?

3) What's the difference between datum and buffer - when I should use one?

4) What's with memory management? Is it completely automated? When and why do I 
need
_gnutls_buffer_resize()?

5) What does various _prefix() functions do?

This is so trivially obvious that it wasn't even documented - but it's really 
hard
for newcomers to figure out. That's why I'd like to produce at least something 
to
doxygen gnutls_str.c

-- 
best regards,
Olga.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]