index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2021-12-09
Document V_ASN1_ANY.
Ingo Schwarze
2021-12-09
document V_ASN1_NEG
Ingo Schwarze
2021-12-09
document V_ASN1_OBJECT
Ingo Schwarze
2021-12-09
document V_ASN1_NULL
Ingo Schwarze
2021-12-09
fix a typo in an .Xr argument
Ingo Schwarze
2021-12-09
Convert t1_enc.c to opaque EVP_MD_CTX.
Theo Buehler
2021-12-09
Convert ssl_srvr.c to opaque EVP_MD_CTX.
Theo Buehler
2021-12-09
Convert ssl_clnt.c to opaque EVP_MD_CTX
Theo Buehler
2021-12-09
Convert s3_cbc.c to opaque EVP_MD_CTX.
Theo Buehler
2021-12-09
Inline collect_data() in asn1_collect().
Joel Sing
2021-12-09
Pull the recursion depth check up to the top of asn1_collect()
Joel Sing
2021-12-09
Remove handling of a NULL BUF_MEM from asn1_collect()
Joel Sing
2021-12-09
Fix an issue that might possibly turn into a DOS depending on
Ingo Schwarze
2021-12-09
Add a section "NAMING CONVENTIONS".
Ingo Schwarze
2021-12-08
lsearch(3): reimplement using lfind(3)
Scott Soule Cheloha
2021-12-08
new manual page ASN1_bn_print(3)
Ingo Schwarze
2021-12-08
document BIO_indent(3);
Ingo Schwarze
2021-12-08
mark c2i_ASN1_OBJECT as intentionally undocumented;
Ingo Schwarze
2021-12-08
mark i2c_ASN1_BIT_STRING, c2i_ASN1_BIT_STRING, and c2i_ASN1_INTEGER
Ingo Schwarze
2021-12-07
The ypproto buffer (which supports + lines in master.passwd) was correct
Theo de Raadt
2021-12-07
lsearch(3): append key to array with memmove(3) instead of memcpy(3)
Scott Soule Cheloha
2021-12-07
sleep.3: miscellanous cleanup, rewrites
Scott Soule Cheloha
2021-12-06
In the next major bump, some BN macros will become functions.
Ingo Schwarze
2021-12-06
gettimeofday.2: miscellaneous manpage cleanup
Scott Soule Cheloha
2021-12-06
time.3: miscellaneous manpage cleanup
Scott Soule Cheloha
2021-12-05
libpcap parser uses a memory tracker to only free all objects at the end.
Theo de Raadt
2021-12-05
elf64_checkum->elf64_checksum; adapted from changes by saitoh masanobu
Jason McIntyre
2021-12-05
Simplify DH_check_params a bit.
Theo Buehler
2021-12-05
Add RCS markers
Theo Buehler
2021-12-04
List subdirectories as a simple list. Avoids a source of many merge
Theo Buehler
2021-12-04
Annotate the structs to be moved to bn_lcl.h in the next bump
Theo Buehler
2021-12-04
Use BN_is_negative(p) instead of p->neg in one place.
Theo Buehler
2021-12-04
Add #include "bn_lcl.h" to the files that will soon need it.
Theo Buehler
2021-12-04
Implement the BN_to_montgomery() macro as a function
Theo Buehler
2021-12-04
Implement the BN_is_negative macro as a function
Theo Buehler
2021-12-04
Provide function implementations for various BN_* macros
Theo Buehler
2021-12-04
Provide replacement functions for the BN_{get,set,with}_flags() macros.
Theo Buehler
2021-12-04
Provide replacement functions for the BN_GENCB_set{,_old}() macros
Theo Buehler
2021-12-04
Consolidate {d2i,i2d}_{pr,pu}.c
Joel Sing
2021-12-04
Clean up and refactor server side DHE key exchange.
Joel Sing
2021-12-04
Move the minimum DHE key size check into ssl_kex_peer_params_dhe()
Joel Sing
2021-12-04
Check DH public key in ssl_kex_peer_public_dhe().
Joel Sing
2021-12-03
Replace asn1_tlc_clear and asn1_tlc_clear_nc macros with a function.
Joel Sing
2021-12-03
Group and sort includes.
Joel Sing
2021-12-03
Call asn1_item_ex_d2i() directly from ASN1_item_d2i()
Joel Sing
2021-12-03
Convert ASN1_PCTX_new() to calloc().
Joel Sing
2021-12-03
Use calloc() for X509_CRL_METHOD_new() instead of malloc().
Joel Sing
2021-12-03
Rewrite ASN1_STRING_cmp().
Joel Sing
2021-12-03
Convert ASN1_STRING_type_new() to calloc().
Joel Sing
2021-12-03
Convert ASN1_OBJECT_new() to calloc().
Joel Sing
[next]