| Commit message (Expand) | Author | Age | Files | Lines |
* | include netinet/in.h to define struct in6_addr. | bcook | 2014-12-27 | 1 | -1/+2 |
* | simplify crypt_checkpass. The API promise is that this function doesn't | tedu | 2014-12-24 | 1 | -11/+5 |
* | Add size_t to int checks for SSL functions. | doug | 2014-12-17 | 3 | -8/+39 |
* | typo; ok deraadt | sthen | 2014-12-16 | 2 | -3/+3 |
* | warn for correct symbol | deraadt | 2014-12-16 | 1 | -2/+2 |
* | Now that we have Camellia support in libcrypto, bring in the SHA256 flavour of | miod | 2014-12-16 | 4 | -4/+328 |
* | Add error handling for EVP_DigestInit_ex(). | doug | 2014-12-15 | 15 | -56/+98 |
* | unconditionally align SSL payloads | bcook | 2014-12-14 | 6 | -78/+36 |
* | Convert all of the straight forward client handshake handling code to use | jsing | 2014-12-14 | 6 | -212/+134 |
* | Provide functions for starting, finishing and writing SSL handshake | jsing | 2014-12-14 | 6 | -8/+120 |
* | Remove trailing whitespace. | jsing | 2014-12-14 | 59 | -559/+559 |
* | unifdef OPENSSL_NO_NEXTPROTONEG, which is one of the last standing #ifndef | jsing | 2014-12-14 | 12 | -130/+12 |
* | unifdef NETSCAPE_HANG_BUG from the DTLS code. The code is not currently | jsing | 2014-12-14 | 2 | -46/+2 |
* | catch up with swab.c rev. 1.9: | schwarze | 2014-12-12 | 1 | -5/+23 |
* | update swab() to match the current posix definition. "rationale: none." | tedu | 2014-12-11 | 1 | -50/+24 |
* | ssl3_init_finished_mac() calls BIO_new() which can fail since it in turn | jsing | 2014-12-10 | 17 | -42/+115 |
* | Remove support for GOST R 34.10-94 signature authentication, along with | jsing | 2014-12-10 | 18 | -154/+30 |
* | libssl major++ | jsing | 2014-12-10 | 2 | -2/+2 |
* | Add support for ALPN. | jsing | 2014-12-10 | 10 | -16/+594 |
* | add stdint.h to ssl.h. | bcook | 2014-12-10 | 2 | -2/+6 |
* | Xr and Ox fixes; | jmc | 2014-12-09 | 3 | -12/+18 |
* | random seed buffer must be unsigned | deraadt | 2014-12-09 | 1 | -2/+2 |
* | no more string(3); | jmc | 2014-12-09 | 1 | -3/+2 |
* | fix NAME; | jmc | 2014-12-09 | 1 | -3/+3 |
* | improve warnings from rand_r(), rand(), and random()libressl-v2.1.2 | deraadt | 2014-12-09 | 2 | -3/+8 |
* | In ingo's new world order, we do not want multiple manual pages describing | deraadt | 2014-12-09 | 3 | -247/+3 |
* | more standardsier: cast to int to make sure we keep the negative numbers. | tedu | 2014-12-09 | 1 | -2/+2 |
* | Oops, got the sense of the test backwards. Hilarious that we didn't spot it. | deraadt | 2014-12-08 | 1 | -1/+1 |
* | Change rand(), random(), drand48(), lrand48(), mrand48(), and srand48() | deraadt | 2014-12-08 | 13 | -159/+267 |
* | delete documentation for deleted DES interfaces | tedu | 2014-12-08 | 2 | -87/+3 |
* | remove cfree from documentation | tedu | 2014-12-08 | 1 | -19/+3 |
* | delete obsolete sunos cfree function. ok deraadt millert naddy | tedu | 2014-12-08 | 2 | -42/+3 |
* | remove setkey and encrypt interfaces. they are useless and dangerous. | tedu | 2014-12-08 | 3 | -116/+9 |
* | Use platform-defined method of printing a pointer. | bcook | 2014-12-08 | 2 | -4/+4 |
* | avoid left shift overflow in reallocarray. | bcook | 2014-12-08 | 1 | -2/+2 |
* | Allow specific libtls hostname validation errors to propagate. | bcook | 2014-12-07 | 3 | -21/+27 |
* | Make GOST compile with a strict C compiler - in this case incrementing a | jsing | 2014-12-07 | 6 | -20/+24 |
* | Correctly output the result in STREEBOG512_Final() when running on a big-endian | miod | 2014-12-07 | 2 | -10/+56 |
* | Fix a memory leak in tls_check_subject_altname() by calling | jsing | 2014-12-07 | 1 | -2/+2 |
* | Make sure to load absolute symbol address with `dla' instead of `la' when | miod | 2014-12-07 | 4 | -10/+34 |
* | revert previous change for now, adjusting based on comments from jsing@ | bcook | 2014-12-07 | 4 | -36/+27 |
* | Revert to the use of C code for the basic BN routines (bn_add_words, | miod | 2014-12-07 | 2 | -4/+14 |
* | Remove OPENSSL_FIPSCANISTER mentions. | miod | 2014-12-07 | 8 | -34/+2 |
* | Allow specific libtls hostname validation errors to propagate. | bcook | 2014-12-07 | 4 | -27/+36 |
* | Remove get_optional_pkey_id() - it is a hack that existed due to GOST | jsing | 2014-12-07 | 2 | -92/+16 |
* | fix manual names that clash with other manuals | schwarze | 2014-12-06 | 4 | -4/+4 |
* | delete four MLINKS that are both duplicate and wrong | schwarze | 2014-12-06 | 1 | -5/+1 |
* | Avoid modifying input on failure in X509_(TRUST|PURPOSE)_add. | doug | 2014-12-06 | 4 | -34/+42 |
* | malloc(3) is in the "comp" install set, malloc.conf(5) in "man", | schwarze | 2014-12-06 | 2 | -128/+10 |
* | Remove now bogus comment that got missed in the GOST commit. | jsing | 2014-12-06 | 2 | -10/+4 |