summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2018-05-16Document kern.witnesswatch in sysctl(2).Visa Hankala
2018-05-16libfuse should not maintain state for FBT_READDIR. If a directory ishelg
2018-05-15Use memset(3) instead of bzero(3) for consistency and as per POSIXhelg
2018-05-15fix format strings; ok @kettenisOtto Moerbeek
2018-05-14wrap an overlong lineTheo Buehler
2018-05-14constrain fractional part to [0-9] (less confusing to static analysis); ok ian@Damien Miller
2018-05-13Add const to the 'name', 'value', and 'section' arguments ofTheo Buehler
2018-05-13Fix a malloc() NULL check in ssl3_send_client_kex_ecdhe_ecp(), by addingJoel Sing
2018-05-13Reference the related accessor EVP_PKEY_get0_asn1(3).Ingo Schwarze
2018-05-13Document EVP_PKEY_get0_asn1(3), it is declared in <openssl/evp.h>.Ingo Schwarze
2018-05-13Enable futex(2)-based mutex on arm64.Visa Hankala
2018-05-13Add memory barriers to libc's _spinlock() to make the mechanismVisa Hankala
2018-05-13Document EVP_PKEY_bits(3).Ingo Schwarze
2018-05-13More clean up of the RSA key exchange code.Joel Sing
2018-05-13Add const to the ASN1_OBJECT argument of TS_TST_INFO_get_ext_by_OBJ(3).Theo Buehler
2018-05-13Add const qualifier to the ASN1_OBJ * argument ofTheo Buehler
2018-05-13Add const qualifiers to the char *zone and char *user arguments ofTheo Buehler