openssl/openssl

callback parameter with minimum password lenght

Open

#27,427 opened on 2025年4月17日

GitHub で見る
 (9 comments) (0 reactions) (0 assignees)C (11,262 forks)batch import
help wantedtriaged: feature

Repository metrics

Stars
 (30,157 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

This is feature request in addition to documentation - #27426.

Request is implementation of new parameter that allows program to request minimum password length.

Maximum size is indirectly calculated from buffer length in bytes (octets), so implementation could consider minimum as bytes. :(


I prefer new parameters to consider limit in characters (letters). In such case another parameter could specify maximum in characters. Program must be responsible to provide suitable buffer for maximum if specified.

コントリビューターガイド