Commit graph

3 commits

Author SHA1 Message Date
Alfred E. Heggestad
83ef499562 mem: add secure memory functions (#102)
the use case for these functions is secure code like SRTP and TLS.

memcmp() should not be used when comparing secret data
such as shared keys, because the content may affect the timing.
instead the compare function should always take the same
to execute, independently of the content.
2018-01-04 14:07:31 +01:00
Richard Aas
28100143ca mem: added mem_reallocarray() 2015-06-29 14:09:01 +00:00
Alfred E. Heggestad
6648fd2393 update splash 2010-11-03 11:34:14 +00:00