summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-04-11Revert ssl_asn1.c r1.50 - CBB and freezero(3) do not play nicely together.Joel Sing
2017-04-11Use freezero(3) for the imsg framework in imsg_free(3) and ibuf_free(3).Reyk Floeter
2017-04-10new X25519(3) manual page;Ingo Schwarze
2017-04-10Use freezero() for the internal opaque structures, instead of the currentJoel Sing
2017-04-10Use freezero() for X25519 keys - same result with more readable code.Joel Sing
2017-04-10document three additional functions;Ingo Schwarze
2017-04-10Rework name verification code so that a match is indicated via an argument,Joel Sing
2017-04-10freezero() the key block; simpler code and less of it.Joel Sing
2017-04-10Use freezero() for i2d_SSL_SESSION() - one line of code instead of three.Joel Sing
2017-04-10Fix tabs in example code.Jeremie Courreges-Anglas
2017-04-10fix some .Xr errors that jmc@ found with mdoclint(1)Ingo Schwarze
2017-04-10new manual page SSL_get_server_tmp_key(3)Ingo Schwarze
2017-04-10Additional SSL_SESSION documentationIngo Schwarze
2017-04-10for pure *_ctrl() wrapper macros, move the reference from ssl(3)Ingo Schwarze
2017-04-10new manual page SSL_CTX_set_tlsext_servername_callback(3) for SNI;Ingo Schwarze
2017-04-10tweak previous;Jason McIntyre
2017-04-10Convert various client key exchange functions to freezero(3). The memoryJoel Sing
2017-04-10Introducing freezero(3) a version of free that guarantees the processOtto Moerbeek
2017-04-10monir bump for freezeroOtto Moerbeek
2017-04-10pasto; from <Jon dot Spillett at oracle dot com> via OpenSSL commit 3aaa1bd0Ingo Schwarze
2017-04-10typo fix; from <Jon dot Spillett at oracle dot com>Ingo Schwarze
2017-04-09Add a few missing quad-precision support functions on arm64 and reorder theMark Kettenis
2017-04-09Simplify/clean up BUF_MEM_grow_clean().Joel Sing
2017-04-09With recallocarray() BUF_MEM_grow() is essentially the same asJoel Sing
2017-04-09Explicitly test for NULL.Joel Sing
2017-04-07Use uint8_t instead of u_int8_t - for consistency and to make things easierJoel Sing
2017-04-06trailing ; on end of macro definition is wrong; ok guentherTheo de Raadt
2017-04-06Consistentcy between nmembers and size order. From Christopher Hettrick;Otto Moerbeek
2017-04-06bump version for new development branchBrent Cook
2017-04-06Compile C code with -funwind-tables. Fixes exception handling on architecturesMark Kettenis
2017-04-06first print size in meta-data then supplied arg size when an inconsistency isOtto Moerbeek
2017-04-05Not all devices support mmap, document EINVAL in this case too.Todd C. Miller
2017-04-05Add tls_peer_cert_chain_pem - To retreive the peer certificate and chainBob Beck
2017-04-05Internal changes to allow for relayd engine privsep. sends the hash of theBob Beck
2017-04-04tweak previous;Jason McIntyre
2017-04-03Add caveat telling it's better to always read a data byte when passingOtto Moerbeek
2017-04-03Fix silly code that printfs NULL when there are no fractional secondsBob Beck
2017-03-29rephrase more enumerations of functionsOtto Moerbeek
2017-03-29The hppa version of as(1) requires whitespace before a .file directive,Theo de Raadt
2017-03-29tweak previous;Jason McIntyre
2017-03-28Fix typo in function name;Ingo Schwarze
2017-03-28After i wrote SSL_renegotiate(3) from scratch, OpenSSL alsoIngo Schwarze
2017-03-28small cleanup & optimization; ok deraadt@ millert@Otto Moerbeek
2017-03-28Document the mcast pledge(2) as an addition to inet.Alexander Bluhm
2017-03-27reinstate the capitalisation from previous, as advised by schwarze;Jason McIntyre
2017-03-26Use .file to convince 'as' to generate proper FILE symbols in the syscallPhilip Guenther
2017-03-26tweak previous;Jason McIntyre
2017-03-26Stop enumeration all allocation functions, just say "allocation functions"Otto Moerbeek
2017-03-26merge new UI documentation from OpenSSLIngo Schwarze
2017-03-25document X509_Digest(3) and friends;Ingo Schwarze