On 4/21/06, Joco Salvatti <[EMAIL PROTECTED]> wrote: > Does anyone know a book, tutorial or documents of any kind that treat > about secure programming over OpenBSD? Since OpenBSD implements many > secure system calls and lots of other methods that are much more > secure that respective implementations in other platforms: mkstem, > strlcpy, strlcat...
i'd start by looking at events.html and the presentations various people have been giving. the only worthwhile book in the genre i've seen is "secure coding in c and c++" by robert seacord. it covers a few openbsd only features (malloc.conf, ...). in general though, programming is like juggling or riding a bike. reading a book will not make you good at it.