summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-05-26document the new kern.audio node; OK ratchov@Ingo Schwarze
2018-05-26minor markup improvement: .Fa *cctx -> .Pf * Fa cctxIngo Schwarze
2018-05-26Quote .Fa arguments containing blanks.Ingo Schwarze
2018-05-24As calloc does the zeroing for us in EVP_PKEY_asn1_new() already, no needTheo Buehler
2018-05-22Implement support for libfuse use_ino option. This returns the filehelg
2018-05-21Reformat debug output to one line per opcode to make it easier tohelg
2018-05-20Implement FBT_FLUSH. This is sent whenever a file descriptor is closed withhelg
2018-05-19In ui.h rev. 1.10 2018/05/19 11:03:33, tb@ added a const qualifierIngo Schwarze
2018-05-19In x509.h rev. 1.67 2018/05/19 10:58:08, tb@ added a const qualifierIngo Schwarze
2018-05-19In asn1.h rev. 1.49 2018/05/19 10:46:28, tb@ added a const qualifierIngo Schwarze
2018-05-19In ec.h rev. 1.13 2018/05/19 10:37:02, tb@ added a const qualifierIngo Schwarze
2018-05-19In x509.h rev. 1.64 2018/05/18 19:24:08, tb@ added const qualifiersIngo Schwarze
2018-05-19In x509.h rev. 1.61 2018/05/18 18:37:23 and rev. 1.65 2018/05/18 19:28:27,Ingo Schwarze
2018-05-19In x509.h rev. 1.59 2018/05/18 18:19:31 and rev. 1.60 2018/05/18 18:23:24,Ingo Schwarze
2018-05-19In x509.h rev. 1.56 2018/05/18 18:05:57 to rev. 1.58 2018/05/18 18:16:39,Ingo Schwarze
2018-05-19In x509.h rev. 1.54 2018/05/18 17:59:16, tb@ added a const qualifierIngo Schwarze
2018-05-19In x509.h rev. 1.52 2018/05/18 17:53:09 and rev. 1.53 2018/05/18 17:56:12, tb@Ingo Schwarze
2018-05-19In x509.h rev. 1.51 2018/05/18 16:55:58, tb@ added const qualifiersIngo Schwarze
2018-05-19Clean out a pile of cruft from ssl3_get_client_kex_ecdhe_ecp().Joel Sing
2018-05-19Convert ssl3_get_client_kex_gost() to CBS.Joel Sing
2018-05-19Switch sparc64 to futex(2) based mutexes and condvars.Martin Pieuchot
2018-05-19UI_METHOD *UI_create_method(const char *name).Theo Buehler
2018-05-19Add const to the obj argument of X509_NAME_add_entry_by_OBJ()Theo Buehler
2018-05-19Add const to the 'obj' argument of X509_EXTENSION_create_by_OBJ().Theo Buehler
2018-05-19Add a const qualifier to the aint argument of X509V3_add_value_int()Theo Buehler
2018-05-19The 'in' argument of ASN1_STRING_to_UTF8() is now adorned with const.Theo Buehler
2018-05-19Add a const qualifier to the STACK_OF(X509_EXTENSION) * arguments ofTheo Buehler
2018-05-19Add a const qualifier to the 'key' argument of i2o_ECPublicKey() andTheo Buehler
2018-05-18Fix eyesore indentation of member functions of X509_LOOKUP_METHOD.Theo Buehler
2018-05-18The 'name', 'value' and 'section' arguments for a2i_GENERAL_NAME(),Theo Buehler
2018-05-18Add const to the 'x' and 'obj' arguments of:Theo Buehler
2018-05-18Add const to both arguments of X509_check_private_key(3).Theo Buehler
2018-05-18Add const to the argument of X509_ATTRIBUTE_count(3).Theo Buehler
2018-05-18Add const qualifiers to the name and xp arguments of X509_TRUST_add(3),Theo Buehler
2018-05-18Add const qualifiers to the x and obj qualifiers ofTheo Buehler
2018-05-18Add const qualifiers to the 'name', 'sname' and 'X509_PURPOSE *'Theo Buehler
2018-05-18Add a const qualifier to the 'X509_NAME *' argument ofTheo Buehler
2018-05-18Add const to the 'name' argument of X509_NAME_oneline(3).Theo Buehler
2018-05-18Add const to the 'obj' argument of X509_NAME_get_text_by_OBJ(3).Theo Buehler
2018-05-18Add a const qualififer to the 'name' argument of X509_NAME_get_entry(3)Theo Buehler
2018-05-18Add const to the argument of X509_NAME_entry_count().Theo Buehler
2018-05-18The 'bytes' arguments of X509_NAME_add_entry_by_NID(3) andTheo Buehler
2018-05-18Add a const qualifier to the 'X509_NAME_ENTRY *ne' argument ofTheo Buehler
2018-05-18Add const to the argument of X509_NAME_ENTRY_get_data(3).Theo Buehler
2018-05-18Add const qualifiers to the 'obj' and 'bytes' arguments ofTheo Buehler
2018-05-18X509_LOOKUP_by_alias() now takes a 'const char str *' andTheo Buehler
2018-05-18X509_EXTENSION_get_critical(3) now takes a 'const ASN1_OBJECT *obj' andTheo Buehler
2018-05-18Add const qualifiers to the X509_CRL *x and ASN1_OBJECT *obj arguments ofTheo Buehler
2018-05-17Drop memory barrier in _atomic_lock() implementation since the callers nowMark Kettenis
2018-05-17spelling fix;Jason McIntyre