summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-10-03Remove the unused field_mod_func from EC_GROUPTheo Buehler
2024-10-03Make EC{,PK}PARAMETERS_it staticTheo Buehler
2024-10-03Fix ASN1_INTEGER_to_BN() misuseTheo Buehler
2024-10-03Switch field_bits to be an intTheo Buehler
2024-10-03Fix BN_to_ASN1_INTEGER() misuseTheo Buehler
2024-10-03Provide OPENSSL_INIT_NO_ATEXIT noopTheo Buehler
2024-10-03X509V3_EXT_get_nid.3: indicate what nid meansTheo Buehler
2024-10-02Reorder functions.Joel Sing
2024-10-02Remove err_fns and associated machinery.Joel Sing
2024-09-24backout scanner.l strtonum commits; they restrict numbers to INT_MAX,Stuart Henderson
2024-09-22Reinstate bounds check accidentally disabled when defining OPENSSL_NO_DTLS1Theo Buehler
2024-09-20remove unneeded semicolons; checked by millert@Jonathan Gray
2024-09-17getdents(2) was pushed into rpath because it exposes pathnameTheo de Raadt
2024-09-15remove unused variablesJonathan Gray
2024-09-09Make error 235 resolve to "no application protocol"Theo Buehler
2024-09-09Fix alert callback in the QUIC layerTheo Buehler
2024-09-09Add and use tls13_record_layer_alert_sent()Theo Buehler
2024-09-06Reenable AES-NI in libcryptoTheo Buehler
2024-09-06Adjust documentation to work without X509_LOOKUP_by_subject()Theo Buehler
2024-09-05Avoid out-of-bounds pointer arithmetic in inflateCopy().Theo Buehler
2024-09-05Update libexpat to version 2.6.3.Alexander Bluhm
2024-09-03typo in comment; Effectivly -> Effectively; ok gilles@Omar Polo
2024-09-03typo in comment; saveguard -> safeguard; ok gilles@Omar Polo
2024-09-03wild white spaceTheo de Raadt
2024-09-03check_sym: adjust logic not to exit 1 in the default dynamic modeTheo Buehler
2024-09-02Remove X509_check_trust documentationTheo Buehler
2024-09-02The X509at_* manuals are no longer neededTheo Buehler
2024-09-02Also remove .Xr to X509at_*Theo Buehler
2024-09-02Excise X509at_* from X509_REQ_* documentationTheo Buehler
2024-09-02Rename lastpos to start_after to match other, similar manualsTheo Buehler
2024-09-02More X509at_* removalTheo Buehler
2024-09-02Remove mention of the no longer public X509at_* functionsTheo Buehler
2024-09-02Adjust function signatures for const X509_LOOKUP_METHODTheo Buehler
2024-08-31Rewrite X509V3_add_value() to a single exit idiomTheo Buehler
2024-08-31Remove redundant COPYRIGHT file.Joel Sing
2024-08-31Make fcrypt_body() static and remove prototype.Joel Sing
2024-08-31Unifdef DES_PTR, DES_RISC1 and DES_RISC2.Joel Sing
2024-08-31Unifdef OPENBSD_DES_ASM.Joel Sing
2024-08-31Inline and remove spr.h.Joel Sing
2024-08-31Combine DES code into a smaller set of files.Joel Sing
2024-08-31Merge fcrypt_b.c into fcrypt.c.Joel Sing
2024-08-31Remove now unused ncbc_enc.c.Joel Sing
2024-08-31Expand DES_ncbc_encrypt() in des_enc.c.Joel Sing
2024-08-31Expand DES_cbc_encrypt() in cbc_enc.c.Joel Sing
2024-08-31Update for OPENSSL_cpu_caps() now being machine independent.Joel Sing
2024-08-31Make OPENSSL_cpu_caps() machine independent.Joel Sing
2024-08-31major bump for libcrypto libssl and libtlsTheo Buehler
2024-08-31Bump LIBRESSL_VERSION_NUMBERTheo Buehler
2024-08-31Remove SSL_add_compression_methodTheo Buehler
2024-08-31Expose X509_get_signature_infoTheo Buehler