summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-02-14Memory leak upon error in X509_add1_{trust,reject}_object.Miod Vallat
2015-02-14Manually expand IMPLEMENT_EXTERN_ASN1 macro (the only occurence in crypto).Joel Sing
2015-02-14Remove IMPLEMENT_COMPAT_ASN1() and related support code. Nothing uses it inMiod Vallat
2015-02-14Make asn1_ex_i2c() static. ok jsing@Miod Vallat
2015-02-14Memory leak in `should not happen' condition; Coverity CID 78889.Miod Vallat
2015-02-14Memory leak upon error; Coverity CID 78857Miod Vallat
2015-02-14Check i2d_name_canon() for failure (negative return). Coverity CID 78888.Miod Vallat
2015-02-14Possible NULL pointer dereferences. Coverity CID 21719, 21732.Miod Vallat
2015-02-14Potential NULL dereference in the error path; Coverity CID 21720Miod Vallat
2015-02-14Coverity CID 21733 (unchecked allocation), 78823 (leak on error).Miod Vallat
2015-02-14Check for allocation error in RSA_eay_mod_exp(). Coverity CID 25217.Miod Vallat
2015-02-14Memory leaks upon error. Coverity CID 78874.Miod Vallat
2015-02-14Fix tests that got incorrectly inverted with the BN_CTX_get() return checkJoel Sing
2015-02-14Expand ASN1_CHOICE*, ASN1_SEQUENCE* and associated macros, making theJoel Sing
2015-02-14Expand ASN1_CHOICE*, ASN1_SEQUENCE* and associated macros, making theJoel Sing
2015-02-14Attempt to correctly free temporary storage upon error. With help fromMiod Vallat
2015-02-14second batch of perlpod(1) to mdoc(7) conversionIngo Schwarze
2015-02-14While doing development work on pod2mdoc(1),Ingo Schwarze
2015-02-14Spell NULL correctly, be explicit with NULL checks and it is also easier toJoel Sing
2015-02-14Fix pod markup error.Miod Vallat
2015-02-14Try and fix a bunch of memory leaks upon error;Miod Vallat
2015-02-14Consistently check the return value from BN_CTX_get() on assignment.Joel Sing
2015-02-13End sentences with dots.Miod Vallat
2015-02-13Don't leak memory on errors - fixes coverity issues 105353 105253Bob Beck
2015-02-13fix leaking of bn, coverity issue 105351Bob Beck
2015-02-12prevent a crash with openssl asn1parse -genstr FORMATJonathan Gray
2015-02-12bump minor for TLS_PROTOCOLS_ALL. OK jsing@Reyk Floeter
2015-02-12Add a tls_config_parse_protocols() function that allows a protocols stringJoel Sing
2015-02-12Fix handling of "legacy" mode for tls_config_set_dheparams().Joel Sing
2015-02-12Change TLS_PROTOCOLS_DEFAULT to be TLSv1.2 only. Add a TLS_PROTOCOLS_ALLJoel Sing
2015-02-12If you do not support POSIX I/O then you're not tall enough to ride...Joel Sing
2015-02-12unifdef -m -UOPENSSL_NO_NEXTPROTONEG - NPN is being replaced with ALPN,Joel Sing
2015-02-11use a width specifier for lists, and Sq rather than Dq for single lettersJason McIntyre
2015-02-11Provide a tls_connect_servername() function that has the same behaviourJoel Sing
2015-02-11Be consistent with naming - only use "host" and "hostname" when referringJoel Sing
2015-02-11Extend struct kinfo_file a bit for netstat (sync with the kernel).Claudio Jeker
2015-02-11Guenther has plans for OPENSSL_NO_CMS, so revert this for the moment.Bob Beck
2015-02-11the possible algos for pref should be documented hereTed Unangst
2015-02-11Remove initialisers with default values from the ASN1 data structures.Joel Sing
2015-02-11Prefer arg != 0 over arg for non-boolean. nitted kettenis@Philip Guenther
2015-02-11get rid of OPENSSL_NO_CMS code we do not use.Bob Beck
2015-02-11get rid of OPENSSL_NO_COMP code we don't use.Bob Beck
2015-02-11Expand most of the ASN1_SEQUENCE* and associated macros, making the dataJoel Sing
2015-02-11Enable building with -DOPENSSL_NO_DEPRECATED.Doug Hogan
2015-02-11sysctl({CTL_KERN, KERN_FILE, KERN_FILE_BYFILE}) previously requiredPhilip Guenther
2015-02-11More unifdef OPENSSL_NO_RFC3779 that got missed last time around.Joel Sing
2015-02-10unifdef OPENSSL_NO_RFC3779 - this is currently disabled and unlikely toJoel Sing
2015-02-10Remove old interesting but not useful content.Joel Sing
2015-02-10unifdef OPENSSL_NO_RC5Joel Sing
2015-02-10Remove RC5 code - this is not currently enabled and is not likely to everJoel Sing