| Commit message (Expand) | Author | Age | Files | Lines |
* | spelling; ok deraadt | jmc | 2015-08-02 | 2 | -4/+4 |
* | Fix SRTP parsing. | doug | 2015-07-31 | 2 | -6/+4 |
* | Add linker warnings in case SSLv3_{,client,server}_method are referenced. | miod | 2015-07-29 | 5 | -5/+35 |
* | Use named initialisers for X509V3_EXT_METHOD structs (for the usual | jsing | 2015-07-29 | 38 | -456/+1176 |
* | Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generated | jsing | 2015-07-29 | 40 | -108/+108 |
* | Expand obsolete M_ASN1_STRING_* macros in asn1_lib.c, apply some style(9) | jsing | 2015-07-29 | 2 | -12/+10 |
* | Less asn1_mac.h - asn1_lib.c does not need it and x_pkey.c should be | jsing | 2015-07-27 | 4 | -20/+10 |
* | double words fix; docs are slowly getting moved to mdoc, but this | sobrado | 2015-07-25 | 4 | -4/+4 |
* | Place the ASN.1 template macros (and remaining implement macros) under | jsing | 2015-07-25 | 2 | -6/+12 |
* | double word fix. | sobrado | 2015-07-25 | 1 | -2/+2 |
* | Expand another ASN.1 template macro that snuck through last time around. | jsing | 2015-07-25 | 2 | -4/+16 |
* | Manually expand ASN.1 template macros - only change in generated assembly | jsing | 2015-07-25 | 6 | -32/+80 |
* | Expand ASN.1 template macros that got missed in the last pass - only change | jsing | 2015-07-25 | 6 | -22/+62 |
* | Expand ASN.1 template macros - the generated assembly only differs by | jsing | 2015-07-25 | 26 | -282/+1612 |
* | Expand ASN.1 template macros - no change in generated assembly. | jsing | 2015-07-25 | 2 | -112/+588 |
* | Expand ASN.1 template macros - no change in generated assembly. | jsing | 2015-07-25 | 2 | -178/+1090 |
* | Expand another wall of ASN.1 template macros - no change to generated | jsing | 2015-07-25 | 2 | -448/+2714 |
* | Expand ASN.1 template macros - no change in generated assembly. | jsing | 2015-07-25 | 4 | -272/+1694 |
* | Expand ASN.1 template macros - the generated assembly only differs by | jsing | 2015-07-25 | 2 | -110/+702 |
* | Expand ASN.1 template macros - no change in generated assembly. | jsing | 2015-07-24 | 4 | -54/+342 |
* | Expand ASN.1 template macros - the generated assembly only differs by | jsing | 2015-07-24 | 2 | -102/+682 |
* | an TLS -> a TLS; from thanos tsouanas | jmc | 2015-07-24 | 5 | -14/+14 |
* | Expand ASN1_ITEM_TEMPLATE/ASN1_EX_TEMPLATE_TYPE/ASN1_ITEM_TEMPLATE_END | jsing | 2015-07-24 | 8 | -44/+212 |
* | Expand IMPLEMENT_ASN1_MSTRING macros - the generated assembly only differs | jsing | 2015-07-24 | 4 | -12/+84 |
* | Convert tls1_process_ticket to CBS. | doug | 2015-07-24 | 4 | -62/+76 |
* | Convert tls1_process_sigalgs to CBS. | doug | 2015-07-24 | 2 | -10/+28 |
* | Convert ssl3_get_record to CBS. | doug | 2015-07-24 | 2 | -44/+58 |
* | call it bcrypt in the man page too | tedu | 2015-07-23 | 1 | -3/+3 |
* | permit "bcrypt" as an alias for "blowfish". this is, after all, what | tedu | 2015-07-23 | 1 | -11/+27 |
* | Remove duplicate check in libssl. | doug | 2015-07-21 | 2 | -6/+2 |
* | Correct #if/else logic in BIO's dgram_ctrl. | doug | 2015-07-20 | 2 | -6/+6 |
* | prefer string.h to strings.h ok guenther@ doug@ | bcook | 2015-07-20 | 2 | -4/+4 |
* | Various memory leaks upon error or unchecked allocations. | miod | 2015-07-20 | 2 | -8/+26 |
* | Use V_ASN1_UNDEF instead of -1. | miod | 2015-07-20 | 2 | -14/+14 |
* | Check the return value of asn1_enc_save(). ok bcook@ doug@ | miod | 2015-07-20 | 2 | -4/+8 |
* | When freeing an X509_CRL, if freeing the user-maintained meth_data fails, | miod | 2015-07-20 | 2 | -6/+8 |
* | In X509_PKEY_new(), make sure all allocation failures push an error to the | miod | 2015-07-20 | 2 | -14/+30 |
* | add NetLock Kft. CA root certificate, already present in web browsers and | steven | 2015-07-20 | 1 | -0/+80 |
* | Remove OpenSSL engine RSAX. | doug | 2015-07-19 | 14 | -1409/+12 |
* | Allow *_free() functions in libssl to handle NULL input. | doug | 2015-07-19 | 9 | -9/+34 |
* | Drop stupid (int) casts for the arguments of malloc() and friends. This is | miod | 2015-07-19 | 18 | -48/+48 |
* | unifdef -UCBC_HANDLES_TRUNCATED_IO | miod | 2015-07-19 | 2 | -38/+2 |
* | Verify ASN1 objects types before attempting to access them as a particular | miod | 2015-07-19 | 4 | -4/+12 |
* | tweak previous; ok doug | jmc | 2015-07-19 | 1 | -4/+4 |
* | Convert ssl3_get_certificate_request to CBS. | doug | 2015-07-19 | 2 | -62/+66 |
* | Fix symbol collision with libtls. | doug | 2015-07-19 | 7 | -36/+36 |
* | Add TLS_method, TLS_client_method and TLS_server_method. | doug | 2015-07-19 | 9 | -9/+321 |
* | Crank major and remove legacy variables. | doug | 2015-07-19 | 6 | -30/+6 |
* | Crank the major of libtls: the behaviour of tls_write() has been | reyk | 2015-07-19 | 1 | -1/+1 |
* | Add documentation on how to use TLS_{READ,WRITE}_AGAIN. | doug | 2015-07-19 | 1 | -2/+29 |