Age | Commit message (Expand) | Author |
2017-06-10 | fix broken markup of callback arguments; found with mandoc -Tlint | Ingo Schwarze |
2017-05-07 | Drop cipher suites with DSS authentication - there is no good reason to | Joel Sing |
2017-05-07 | Instead of starting a 'zero-sized' CBB at the size of the first addition | Joel Sing |
2017-05-07 | Move state from ssl->internal to the handshake structure. | Bob Beck |
2017-05-06 | Bring in an SSL_HANDSHAKE structure and commence the great shovelling | Bob Beck |
2017-05-06 | Provide SSL{,_CTX}_set_{min,max}_proto_version() functions. | Joel Sing |
2017-05-06 | Bump minors for symbol addition in libcrypto | Bob Beck |
2017-05-06 | Add missing $OpenBSD$ tags. | Joel Sing |
2017-04-30 | Only enable -Werror on libcrypto/libssl/libtls if we are building with | Joel Sing |
2017-04-30 | Switch back to freezero() and explicitly initialise data_len to zero. The | Joel Sing |
2017-04-29 | Fix a bug caused by the return value being set early to signal successful | Joel Sing |
2017-04-29 | Revert previous - we still want to do this, but I forgot about the installer | Bob Beck |
2017-04-29 | We now require you to have a working libpthread | Bob Beck |
2017-04-29 | Make it safe to call SSL_library_init more than once. | Bob Beck |
2017-04-16 | backout previous, data_len is not always initialized | Otto Moerbeek |
2017-04-14 | Use freezero(3) when cleaning up session tickets - not only does it require | Joel Sing |
2017-04-14 | Use freezero(3) to clean up the X25519 keys - simpler, cleaner code. | Joel Sing |
2017-04-14 | Use freezero(3) in the CBB clean up path, since this could hold sensitive | Joel Sing |
2017-04-14 | Switch i2d_SSL_SESSION() back to freezero(3) now that the size constraints | Joel Sing |
2017-04-14 | Clean up server key exchange EC point handling. Encode the point directly | Joel Sing |
2017-04-11 | Revert ssl_asn1.c r1.50 - CBB and freezero(3) do not play nicely together. | Joel Sing |
2017-04-10 | Use freezero() for the internal opaque structures, instead of the current | Joel Sing |
2017-04-10 | Use freezero() for X25519 keys - same result with more readable code. | Joel Sing |
2017-04-10 | freezero() the key block; simpler code and less of it. | Joel Sing |
2017-04-10 | Use freezero() for i2d_SSL_SESSION() - one line of code instead of three. | Joel Sing |
2017-04-10 | fix some .Xr errors that jmc@ found with mdoclint(1) | Ingo Schwarze |
2017-04-10 | new manual page SSL_get_server_tmp_key(3) | Ingo Schwarze |
2017-04-10 | Additional SSL_SESSION documentation | Ingo Schwarze |
2017-04-10 | for pure *_ctrl() wrapper macros, move the reference from ssl(3) | Ingo Schwarze |
2017-04-10 | new manual page SSL_CTX_set_tlsext_servername_callback(3) for SNI; | Ingo Schwarze |
2017-04-10 | Convert various client key exchange functions to freezero(3). The memory | Joel Sing |
2017-04-10 | pasto; from <Jon dot Spillett at oracle dot com> via OpenSSL commit 3aaa1bd0 | Ingo Schwarze |
2017-04-10 | typo fix; from <Jon dot Spillett at oracle dot com> | Ingo Schwarze |
2017-03-29 | tweak previous; | Jason McIntyre |
2017-03-28 | Fix typo in function name; | Ingo Schwarze |
2017-03-28 | After i wrote SSL_renegotiate(3) from scratch, OpenSSL also | Ingo Schwarze |
2017-03-25 | Update RFC reference for TLSEXT_TYPE_padding. | Joel Sing |
2017-03-25 | Check tls1_PRF() return value in tls1_generate_master_secret(). | Joel Sing |
2017-03-25 | More cleanup for tls1_PRF()/tls1_P_hash() - change the argument order of | Joel Sing |
2017-03-18 | Fewer magic numbers. | Joel Sing |
2017-03-18 | t1_enc.c | Joel Sing |
2017-03-18 | Currently tls1_PRF() requires that a temporary buffer be provided, that | Joel Sing |
2017-03-10 | Remove the handshake digests and related code, replacing remaining uses | Joel Sing |
2017-03-10 | Switch CBB to use recallocarray() - this ensures that we do not leak | Joel Sing |
2017-03-10 | First pass at cleaning up the tls1_P_hash() function - remove a pointless | Joel Sing |
2017-03-10 | Make tls1_PRF() non-static so it can be regress tested. | Joel Sing |
2017-03-07 | Correctly handle TLS PRF with MD5+SHA1 - the secret has to be partitioned | Joel Sing |
2017-03-06 | Clean up and simplify the tls1_PRF() implementation now that we have a | Joel Sing |
2017-03-05 | Correctly convert an SSLv2 challenge into an SSLv3/TLS client random by | Joel Sing |
2017-03-05 | Provide a rolling handshake hash that commences as soon as the cipher | Joel Sing |