| Commit message (Expand) | Author | Files | Lines |
2014-07-11 | In ssl3_get_cert_verify(), allow for larger messages to accomodate keys | miod | 2 | -6/+4 |
2014-07-11 | it has been 4888 days since the transient feature to define short macros | tedu | 2 | -116/+2 |
2014-07-11 | Apparently better fix for OpenSSL PR #3397 (Joyent bug #7704), from OpenSSL | miod | 2 | -4/+4 |
2014-07-11 | Also make these files parsable by pod2man.. | beck | 1 | -6/+6 |
2014-07-11 | Make this file parsable by pod2man without errors. | beck | 1 | -6/+6 |
2014-07-11 | In ASN1_get_object(), reject primitive encodings using the indefinite length | miod | 2 | -2/+8 |
2014-07-11 | Fix copy for CCM, GCM and XTS. | miod | 2 | -24/+140 |
2014-07-11 | i'm a dumbdumb. fix build. | tedu | 28 | -30/+30 |
2014-07-11 | In asn1_get_length(), tolerate leading zeroes in BER encoding. | miod | 2 | -10/+16 |
2014-07-11 | In EVP_PBE_alg_add don't use the underlying NID for the cipher | miod | 2 | -4/+4 |
2014-07-11 | additional features: no buffer freelists and no heartbleed | tedu | 2 | -0/+6 |
2014-07-11 | no compression is also a feature of libressl | tedu | 2 | -0/+8 |
2014-07-11 | move all the feature settings to a common header. | tedu | 31 | -1875/+176 |
2014-07-11 | Tolerate critical AKID in CRLs; OpenSSL PR #3014 via OpenSSL trunk, and | miod | 2 | -14/+16 |
2014-07-11 | Fix OID encoding for single components. OpenSSL PR #2556 via OpenSSL trunk. | miod | 2 | -2/+2 |
2014-07-11 | More memory leaks and unchecked allocations; OpenSSL PR #3403 via OpenSSL | miod | 8 | -14/+38 |
2014-07-11 | Fix incorrect duplicate mlinks | beck | 1 | -8/+1 |
2014-07-11 | Make sure BN_sqr never returns negative numbers. | miod | 2 | -2/+4 |
2014-07-11 | Accept CCS again after `finished' has been sent by the client; at this point | miod | 2 | -10/+12 |
2014-07-11 | Correct incorrect mlinks | beck | 1 | -5/+1 |
2014-07-11 | In dtls1_clear_queues(), free buffered_add_data.q correctly, it's made of | miod | 2 | -8/+8 |
2014-07-11 | Fix incorrect mlinks | beck | 1 | -3/+1 |
2014-07-11 | Fix version number processing in cms_sd_set_version(); OpenSSL PR #3249 via | miod | 2 | -6/+6 |
2014-07-11 | Remove duplicate 0x for salt len in output; Martin Kaiser via OpenSSL trunk. | miod | 2 | -4/+4 |
2014-07-11 | When looking for the issuer of a certificate, if the current candidate is | miod | 6 | -26/+194 |
2014-07-11 | In ssl3_get_client_key_exchange() parsing a GOST session key, invoke the | miod | 2 | -26/+16 |
2014-07-11 | Missing calloc() return value check in dgram_sctp_ctrl(); from Kurt Roeckx via | miod | 2 | -22/+42 |
2014-07-11 | Make CMS_decrypt_set1_pkey() return an error if no recipient type matches, | miod | 2 | -6/+8 |
2014-07-11 | Missing initialization for error line in error paths; from Coverity via | miod | 2 | -2/+8 |
2014-07-11 | Missing initialization; OpenSSL PR#3289 and #3345 via OpenSSL trunk. | miod | 2 | -4/+6 |
2014-07-11 | Provide correct version details for LibreSSL. | jsing | 2 | -154/+6 |
2014-07-11 | Clean up versioning and remove #ifdefs that we do not define. | jsing | 2 | -68/+18 |
2014-07-11 | Make sure we leave OPENSSL_NO_PSK in the conf files so things | beck | 26 | -0/+26 |
2014-07-11 | Suspicions confirmed by sthen's searching that nothing uses ossl_ssize_t | deraadt | 1 | -3/+1 |
2014-07-11 | Remove PSK from the ssl regress. | jsing | 2 | -134/+1 |
2014-07-11 | pour some water on an ass ember | deraadt | 2 | -2/+2 |
2014-07-11 | Fetch the specific license which will be used from | deraadt | 2 | -0/+48 |
2014-07-11 | Add locking for __cxa_finalize() as it modifies the page permissions of the | kettenis | 1 | -1/+5 |
2014-07-11 | Remove the commentary about the majority of this code being under | deraadt | 2 | -6/+4 |
2014-07-11 | More e_os2.h clean up. Also move the includes inside the guard. | jsing | 1 | -20/+12 |
2014-07-11 | Revert change that snuck into previous commit. | jsing | 2 | -6/+2 |
2014-07-11 | Remove the PSK code. We don't need to drag around this | beck | 25 | -1507/+27 |
2014-07-11 | better document perils of setuid getenv and xr with issetugid | tedu | 1 | -2/+10 |
2014-07-11 | The only thing openssl is consistant about is inconsistancy, so there | deraadt | 2 | -2/+2 |
2014-07-11 | say hi to the bitbucket | deraadt | 5 | -12388/+0 |
2014-07-11 | replace u_int32_t with uint32_t | bcook | 1 | -4/+5 |
2014-07-11 | replace u_int8_t with uint8_t | bcook | 2 | -6/+10 |
2014-07-11 | Only import cryptlib.h in the four source files that actually need it. | jsing | 690 | -2194/+2290 |
2014-07-11 | Add a small note about LibReSSL at the start of this. | beck | 2 | -0/+14 |
2014-07-11 | No need to keep ssl23_foo() flavours mapping to ssl3_foo(). | miod | 9 | -86/+24 |