| Commit message (Expand) | Author | Files | Lines |
2015-08-02 | This commit was manufactured by cvs2git to create tag 'OPENBSD_5_8_BASE'.OPENBSD_5_8_BASE | cvs2svn | 1 | -137/+0 |
2015-08-02 | spelling; ok deraadt | jmc | 2 | -4/+4 |
2015-08-02 | remove ssl3 bits; ok doug | jmc | 1 | -58/+14 |
2015-07-31 | Don't hardcode /usr/src, use BSDSRCDIR | tobiasu | 1 | -2/+2 |
2015-07-31 | Fix SRTP parsing. | doug | 2 | -6/+4 |
2015-07-29 | Add linker warnings in case SSLv3_{,client,server}_method are referenced. | miod | 5 | -5/+35 |
2015-07-29 | Use named initialisers for X509V3_EXT_METHOD structs (for the usual | jsing | 38 | -456/+1176 |
2015-07-29 | Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generated | jsing | 40 | -108/+108 |
2015-07-29 | Expand obsolete M_ASN1_STRING_* macros in asn1_lib.c, apply some style(9) | jsing | 2 | -12/+10 |
2015-07-27 | use file system path (.Pa) semantic markup macros where appropriate. | sobrado | 1 | -7/+7 |
2015-07-27 | Less asn1_mac.h - asn1_lib.c does not need it and x_pkey.c should be | jsing | 4 | -20/+10 |
2015-07-26 | remove unused variable | chl | 1 | -2/+2 |
2015-07-25 | double words fix; docs are slowly getting moved to mdoc, but this | sobrado | 4 | -4/+4 |
2015-07-25 | Place the ASN.1 template macros (and remaining implement macros) under | jsing | 2 | -6/+12 |
2015-07-25 | double word fix. | sobrado | 1 | -2/+2 |
2015-07-25 | Expand another ASN.1 template macro that snuck through last time around. | jsing | 2 | -4/+16 |
2015-07-25 | Manually expand ASN.1 template macros - only change in generated assembly | jsing | 6 | -32/+80 |
2015-07-25 | Expand ASN.1 template macros that got missed in the last pass - only change | jsing | 6 | -22/+62 |
2015-07-25 | Expand ASN.1 template macros - the generated assembly only differs by | jsing | 26 | -282/+1612 |
2015-07-25 | Expand ASN.1 template macros - no change in generated assembly. | jsing | 2 | -112/+588 |
2015-07-25 | Expand ASN.1 template macros - no change in generated assembly. | jsing | 2 | -178/+1090 |
2015-07-25 | Expand another wall of ASN.1 template macros - no change to generated | jsing | 2 | -448/+2714 |
2015-07-25 | Expand ASN.1 template macros - no change in generated assembly. | jsing | 4 | -272/+1694 |
2015-07-25 | Expand ASN.1 template macros - the generated assembly only differs by | jsing | 2 | -110/+702 |
2015-07-24 | Expand ASN.1 template macros - no change in generated assembly. | jsing | 4 | -54/+342 |
2015-07-24 | Expand ASN.1 template macros - the generated assembly only differs by | jsing | 2 | -102/+682 |
2015-07-24 | an TLS -> a TLS; from thanos tsouanas | jmc | 5 | -14/+14 |
2015-07-24 | Expand ASN1_ITEM_TEMPLATE/ASN1_EX_TEMPLATE_TYPE/ASN1_ITEM_TEMPLATE_END | jsing | 8 | -44/+212 |
2015-07-24 | Expand IMPLEMENT_ASN1_MSTRING macros - the generated assembly only differs | jsing | 4 | -12/+84 |
2015-07-24 | Convert tls1_process_ticket to CBS. | doug | 4 | -62/+76 |
2015-07-24 | Convert tls1_process_sigalgs to CBS. | doug | 2 | -10/+28 |
2015-07-24 | Convert ssl3_get_record to CBS. | doug | 2 | -44/+58 |
2015-07-23 | call it bcrypt in the man page too | tedu | 1 | -3/+3 |
2015-07-23 | permit "bcrypt" as an alias for "blowfish". this is, after all, what | tedu | 1 | -11/+27 |
2015-07-22 | Revert ca.c r1.7 - BN_to_ASN1_INTEGER() only allocates an ASN.1 integer | jsing | 1 | -6/+2 |
2015-07-21 | Convert openssl(1) nseq to new option handling. | jsing | 1 | -40/+51 |
2015-07-21 | Convert openssl(1) pkcs7 to new option handling. | jsing | 1 | -93/+111 |
2015-07-21 | remove superfluous strings.h | bcook | 1 | -2/+1 |
2015-07-21 | Remove duplicate check in libssl. | doug | 2 | -6/+2 |
2015-07-20 | Correct #if/else logic in BIO's dgram_ctrl. | doug | 2 | -6/+6 |
2015-07-20 | app_tminterval moved to apps_posix.c, we don't need sys/times.h | bcook | 1 | -2/+1 |
2015-07-20 | prefer string.h to strings.h ok guenther@ doug@ | bcook | 2 | -4/+4 |
2015-07-20 | No need to recheck for NULL in openssl(1) ecparam. | doug | 1 | -5/+1 |
2015-07-20 | Don't try to run ECDH if ecdh_checks fails in openssl(1) speed. | doug | 1 | -17/+23 |
2015-07-20 | Avoid NULL deref in openssl(1) s_cb. | doug | 1 | -5/+14 |
2015-07-20 | Avoid possible NULL deref in openssl(1) s_server. | doug | 1 | -2/+5 |
2015-07-20 | check the sigbuf value before using it. | rpointel | 1 | -2/+7 |
2015-07-20 | Avoid dereferencing a NULL. | doug | 1 | -5/+7 |
2015-07-20 | Remove condition that never happens and fix error handling. | doug | 1 | -6/+5 |
2015-07-20 | Various memory leaks upon error or unchecked allocations. | miod | 2 | -8/+26 |