| Commit message (Expand) | Author | Files | Lines |
2019-05-13 | Mention introduction of *_conceal. | otto | 1 | -2/+8 |
2019-05-13 | The call to fseek(fp, -1, SEEK_END) also sets the reported size to | bluhm | 1 | -10/+10 |
2019-05-12 | Fix signed overflow in X509_CRL_print(). | tb | 1 | -1/+4 |
2019-05-12 | Revert the other hunk of r1.36 as well: in the case of CCM, ccm.key is | tb | 1 | -1/+11 |
2019-05-12 | Stop the eyebleed in here and just use calloc | beck | 1 | -31/+8 |
2019-05-11 | $OpenBSD$ | tb | 4 | -0/+4 |
2019-05-11 | Remove commented out rc5 bits | tb | 7 | -20/+6 |
2019-05-10 | Initialize EC_KEY_METHOD before use. | bcook | 1 | -2/+2 |
2019-05-10 | Revert part of r1.36: in the case of GCM, gcm.key is assigned from | tb | 1 | -1/+7 |
2019-05-10 | Inroduce malloc_conceal() and calloc_conceal(). Similar to their | otto | 2 | -199/+219 |
2019-05-09 | Add a test vector for Streebog 512 from Guido Vranken | tb | 1 | -1/+2 |
2019-05-09 | Fix incorrect carry operation in 512 bit addition: in the case | tb | 1 | -6/+8 |
2019-05-09 | Proper prototype for main(). Make sparc64 happier. | claudio | 1 | -2/+4 |
2019-05-08 | In DTLS, use_srtp is part of the extended server hello while in TLSv1.3, | tb | 1 | -2/+3 |
2019-05-08 | initialize safestack pointers | bcook | 3 | -6/+6 |
2019-05-08 | Make sure that the tag buffer size is equal to the tag size | tb | 1 | -2/+2 |
2019-05-02 | Add test fseek(,-1) works properly. | yasuoka | 1 | -3/+8 |
2019-04-28 | Avoid an undefined shift in ASN1_ENUMERATED_get(). | tb | 1 | -4/+9 |
2019-04-28 | Avoid an undefined shift in ASN1_INTEGER_get(). | tb | 1 | -4/+8 |
2019-04-25 | Use calloc/freezero when allocating and freeing the session ticket data. | jsing | 1 | -4/+6 |
2019-04-25 | Use EVP_CIPHER_CTX_{new,free}() and HMAC_CTX_{new,free}() instead of | jsing | 1 | -24/+29 |
2019-04-25 | Rename some variables in tls_decrypt_ticket(). | jsing | 1 | -18/+18 |
2019-04-24 | Do not check for working go executable during make clean cleandir obj. | bluhm | 1 | -1/+3 |
2019-04-24 | Do not check for working go executable during make clean cleandir obj. | bluhm | 1 | -1/+3 |
2019-04-23 | Convert tls_decrypt_ticket() to CBS. | jsing | 1 | -44/+72 |
2019-04-22 | Add error checking to i2v_POLICY_MAPPINGS(). | tb | 1 | -9/+26 |
2019-04-22 | Add error checking to i2v_POLICY_CONSTRAINTS(). | tb | 1 | -5/+19 |
2019-04-22 | Add error checking to i2v_EXTENDED_KEY_USAGE(). | tb | 1 | -8/+23 |
2019-04-22 | Add error checking to i2v_ASN1_BIT_STRING(). | tb | 1 | -4/+18 |
2019-04-22 | Add error checking to i2v_BASIC_CONSTRAINTS(). | tb | 1 | -3/+18 |
2019-04-22 | Add error checking to i2v_AUTHORITY_INFO_ACCESS(). While there, replace | tb | 1 | -19/+27 |
2019-04-22 | Avoid potential double frees in i2v_AUTHORITY_KEYID(), i2v_GENERAL_NAME() | tb | 2 | -6/+22 |
2019-04-22 | Provide a derr label (decode/decrypt error) in tls1_decrypt_ticket(). | jsing | 1 | -41/+29 |
2019-04-22 | Pass the session ID down to the session/ticket handling code as a CBS. | jsing | 4 | -35/+36 |
2019-04-22 | Inline and remove the tlsext_tick_md macro. | jsing | 3 | -6/+5 |
2019-04-21 | Add error checking to i2v_AUTHORITY_KEYID(), i2v_GENERAL_NAME() | tb | 2 | -32/+80 |
2019-04-21 | The noop v2i_PKEY_USAGE_PERIOD() has been commented out since beck | tb | 1 | -14/+2 |
2019-04-21 | Fix awful whitespace in OBJ_bsearch_ext() | tb | 1 | -5/+6 |
2019-04-21 | KNF: use proper wrapping of function return type and name | tb | 3 | -9/+9 |
2019-04-21 | Clean up tls1_process_ticket(). | jsing | 1 | -39/+43 |
2019-04-21 | Cleanup more of tls_decrypt_ticket(). | jsing | 1 | -5/+9 |
2019-04-21 | Start cleaning up tls_decrypt_ticket(). | jsing | 1 | -58/+63 |
2019-04-21 | fix some style nits to reduce noise in an upcoming diff | tb | 1 | -9/+8 |
2019-04-20 | Avoid undefined behaviour that results from negating a signed long with | jsing | 1 | -2/+2 |
2019-04-19 | Allocate md_data with calloc to avoid use of uninitialised memory. | jsing | 1 | -6/+6 |
2019-04-19 | Allocate fixed NIDs for SM3/SM4. | jsing | 1 | -0/+12 |
2019-04-16 | Rewrite & fix X509V3_add_value() | tb | 1 | -17/+24 |
2019-04-16 | indent err: labels | tb | 1 | -7/+7 |
2019-04-16 | wrap an overlong line and kill a space before a tab | tb | 1 | -3/+4 |
2019-04-16 | Move function types to their own lines; rewrap. | tb | 1 | -30/+40 |